golang 1.23.0

This commit is contained in:
Anthony Axenov 2024-11-22 14:38:38 +08:00
parent 737da43522
commit c18f014119
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC

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"