1 files changed, 1 insertions(+), 1 deletions(-)
M Makefile
M Makefile => Makefile +1 -1
@@ 78,7 78,7 @@ install:
deb-dependencies:
@sudo apt-get install -y debian-archive-keyring build-essential autoconf autotools-dev git-buildpackage dh-make dh-golang golang-go
@if [ ! -f /usr/bin/go ]; then \
- ln -s /usr/lib/go-1.20/bin/go /usr/bin/go ; \
+ ln -s /usr/lib/go-1.21.15/bin/go /usr/bin/go ; \
fi
@if [ ! -f /var/cache/pbuilder/base.cow ]; then \
DIST=testing git-pbuilder create --mirror=http://ftp.es.debian.org/debian ; \