Skip to content

Commit

Permalink
Install Go 1.21.1 in the CI image
Browse files Browse the repository at this point in the history
Work around golang/go#63367
  • Loading branch information
andrewpollock committed Oct 4, 2023
1 parent 57316bd commit 5d4355e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ci/install_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ set -eux
# Download and install Go
wget https://storage.googleapis.com/golang/getgo/installer_linux -O $1/installer_linux
chmod +x $1/installer_linux
SHELL="bash" $1/installer_linux -version 1.21
SHELL="bash" $1/installer_linux -version 1.21.1
rm $1/installer_linux

0 comments on commit 5d4355e

Please sign in to comment.