From e65527fe5170dfd0aee5e3a296ebec8c60d232de Mon Sep 17 00:00:00 2001 From: Adeel Khan <67287458+adeelkhan-ak@users.noreply.github.com> Date: Tue, 31 Dec 2024 16:20:14 +0500 Subject: [PATCH] Update goinstall.sh --- goinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goinstall.sh b/goinstall.sh index 30e7549..71e36ac 100755 --- a/goinstall.sh +++ b/goinstall.sh @@ -2,7 +2,7 @@ # shellcheck disable=SC2016 set -e -VERSION="1.20.6" +VERSION="1.23.4" [ -z "$GOROOT" ] && GOROOT="$HOME/.go" [ -z "$GOPATH" ] && GOPATH="$HOME/go"