Skip to content

Commit

Permalink
infra: update golang to latest minor version of 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Dec 13, 2024
1 parent 9fe8453 commit c8d7ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/base-images/base-builder/install_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
################################################################################

cd /tmp
wget https://go.dev/dl/go1.22.1.linux-amd64.tar.gz
wget https://go.dev/dl/go1.22.9.linux-amd64.tar.gz
mkdir temp-go
tar -C temp-go/ -xzf go1.22.1.linux-amd64.tar.gz
tar -C temp-go/ -xzf go1.22.9.linux-amd64.tar.gz
mkdir /root/.go/
mv temp-go/go/* /root/.go/
rm -rf temp-go
Expand Down

0 comments on commit c8d7ad8

Please sign in to comment.