Skip to content

Commit

Permalink
chore: bump Go version used by CI builds to 1.22.8 (#10127)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoksc authored Oct 25, 2024
1 parent 834eeda commit 6755467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ commands:
reinstall-go:
steps:
- run: sudo rm -rf /usr/local/go # Remove system go.
- run: tools/scripts/retry.sh curl --retry-connrefused --retry 10 https://dl.google.com/go/go1.22.0.linux-amd64.tar.gz -o /tmp/go.linux-amd64.tar.gz
- run: tools/scripts/retry.sh curl --retry-connrefused --retry 10 https://dl.google.com/go/go1.22.8.linux-amd64.tar.gz -o /tmp/go.linux-amd64.tar.gz
- run: sudo tar -C /usr/local -xzf /tmp/go.linux-amd64.tar.gz
- run: echo 'export PATH=$PATH:$HOME/go/bin' >> $BASH_ENV

Expand Down

0 comments on commit 6755467

Please sign in to comment.