Update go_version

This commit is contained in:
EvgeniyPatlan
2025-12-15 12:24:29 +02:00
committed by GitHub
parent 440befcf4c
commit 41632da754

View File

@@ -170,7 +170,7 @@ install_go() {
#rm -rf /usr/local/go /usr/local/go1.8 /usr/local/go1.9
#mv go1.9 /usr/local/
#ln -s /usr/local/go1.9 /usr/local/go
GO_VERSION=1.23.4
GO_VERSION=1.25.5
if [ x"$ARCH" = "xx86_64" ]; then
GO_ARCH="amd64"
elif [ x"$ARCH" = "xaarch64" ]; then