Skip to content

Commit 431d642

Browse files
committed
change go url
1 parent 5e39249 commit 431d642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build_operator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -ex
1313

1414
(
1515
cd /tmp
16-
wget -q "https://storage.googleapis.com/golang/go1.24.6.linux-${arch}.tar.gz" -O go.tar.gz
16+
wget -q "https://go.dev/dl/go1.25.2.linux-${arch}.tar.gz" -O go.tar.gz
1717
tar -xf go.tar.gz
1818
mv go /usr/local
1919
ln -s /usr/local/go/bin/go /usr/bin/go

0 commit comments

Comments
 (0)