Skip to content

Commit

Permalink
Merge pull request #323 from bmsiegel/update-go
Browse files Browse the repository at this point in the history
Update Go to 1.22.3
  • Loading branch information
bmsiegel committed Jun 13, 2024
2 parents f3274e2 + 2592f9b commit 6162ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-safe-to-test-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
mkdir /home/ec2-user/.cache/go-mod
mkdir /home/ec2-user/go
mkdir /home/ec2-user/go/bin
GOVERSION=go1.21.6
GOVERSION=go1.22.3
wget https://go.dev/dl/$GOVERSION.linux-amd64.tar.gz
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf $GOVERSION.linux-amd64.tar.gz
PATH="$PATH:/usr/local/go/bin"
Expand Down

0 comments on commit 6162ffe

Please sign in to comment.