Compare commits

..

No commits in common. "3249c32cb2fc53c50e052fdeb1e4e06fccdb5a2d" and "d41f6505b9ce9bcf3c5e6d940736cbdf968ad86e" have entirely different histories.

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.23.0"
[ $1 ] && VERSION="$1" || VERSION="1.21.6"
title "Installing golang v$VERSION..."
FILE="go$VERSION.linux-amd64.tar.gz"