Compare commits

...

2 Commits

Author SHA1 Message Date
3249c32cb2
Merge branch 'master' of git.axenov.dev:anthony/my-env 2024-11-22 14:38:43 +08:00
c18f014119
golang 1.23.0 2024-11-22 14:38:38 +08:00

View File

@ -6,7 +6,7 @@ source `dirname $0`/../helpers || exit 255
# https://golang.org/doc/install
# https://www.vultr.com/docs/install-the-latest-version-of-golang-on-ubuntu
[ $1 ] && VERSION="$1" || VERSION="1.21.6"
[ $1 ] && VERSION="$1" || VERSION="1.23.0"
title "Installing golang v$VERSION..."
FILE="go$VERSION.linux-amd64.tar.gz"