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 af9e5e9 commit 60daa85Copy full SHA for 60daa85
build-full.sh
@@ -3,10 +3,10 @@ ARCH=$(uname -m)
3
4
case $ARCH in
5
"x86_64")
6
- FILE="go1.22.0.linux-amd64.tar.gz"
+ FILE="go1.23.2.linux-amd64.tar.gz"
7
;;
8
"aarch64")
9
- FILE="go1.22.0.linux-arm64.tar.gz"
+ FILE="go1.23.2.linux-arm64.tar.gz"
10
11
*)
12
echo "Unsupported architecture: $ARCH"
build-minimal.sh
@@ -5,10 +5,10 @@ ARCH=$(uname -m)
13
14
0 commit comments