Skip to content

Commit

Permalink
Upgrade Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v committed Oct 30, 2024
1 parent af9e5e9 commit 60daa85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ ARCH=$(uname -m)

case $ARCH in
"x86_64")
FILE="go1.22.0.linux-amd64.tar.gz"
FILE="go1.23.2.linux-amd64.tar.gz"
;;
"aarch64")
FILE="go1.22.0.linux-arm64.tar.gz"
FILE="go1.23.2.linux-arm64.tar.gz"
;;
*)
echo "Unsupported architecture: $ARCH"
Expand Down
4 changes: 2 additions & 2 deletions build-minimal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ARCH=$(uname -m)

case $ARCH in
"x86_64")
FILE="go1.22.0.linux-amd64.tar.gz"
FILE="go1.23.2.linux-amd64.tar.gz"
;;
"aarch64")
FILE="go1.22.0.linux-arm64.tar.gz"
FILE="go1.23.2.linux-arm64.tar.gz"
;;
*)
echo "Unsupported architecture: $ARCH"
Expand Down

0 comments on commit 60daa85

Please sign in to comment.