Skip to content

Commit 79e276a

Browse files
committed
make-go-latest: update go version
1 parent 1b91ce1 commit 79e276a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/make-go-latest.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if ! which gcc 2> /dev/null 1>&2; then
77
exit 0
88
fi
99

10-
VERSION="release-branch.go1.19"
10+
VERSION="release-branch.go1.20"
1111

1212
# I can't remember why I had this disabled but it bugs me now
1313
#export CGO_ENABLED=0

0 commit comments

Comments
 (0)