Upgrade to Go 1.21 (#658)

This commit is contained in:
Sung 2024-01-28 14:44:21 +11:00 committed by GitHub
commit f0ba8a1fa6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 70 additions and 22 deletions

View file

@ -36,7 +36,7 @@ if [[ $1 == v* ]]; then
exit 1
fi
goVersion=go-1.20.x
goVersion=go-1.21.x
get_binary_name() {
platform=$1

View file

@ -2,7 +2,7 @@
# shellcheck disable=SC1091
set -eux
VERSION=1.20
VERSION=1.21
OS=linux
ARCH=amd64