We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e39249 commit 431d642Copy full SHA for 431d642
docker/build_operator.sh
@@ -13,7 +13,7 @@ set -ex
13
14
(
15
cd /tmp
16
- wget -q "https://storage.googleapis.com/golang/go1.24.6.linux-${arch}.tar.gz" -O go.tar.gz
+ wget -q "https://go.dev/dl/go1.25.2.linux-${arch}.tar.gz" -O go.tar.gz
17
tar -xf go.tar.gz
18
mv go /usr/local
19
ln -s /usr/local/go/bin/go /usr/bin/go
0 commit comments