From 41632da754fa8ed8e3b0ecafa0a46587cf49348e Mon Sep 17 00:00:00 2001 From: EvgeniyPatlan Date: Mon, 15 Dec 2025 12:24:29 +0200 Subject: [PATCH] Update go_version --- config/scripts/pt_builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/scripts/pt_builder.sh b/config/scripts/pt_builder.sh index f5cd2f85..e5e249ae 100644 --- a/config/scripts/pt_builder.sh +++ b/config/scripts/pt_builder.sh @@ -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