Skip to content

Commit

Permalink
chore: allow downgrade of go version in windows script (#10614)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Feb 9, 2022
1 parent 6c16659 commit eb7ce93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installgo_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -eux
GO_VERSION="1.17.6"

setup_go () {
choco upgrade golang --version=${GO_VERSION}
choco upgrade golang --allow-downgrade --version=${GO_VERSION}
choco install make
git config --system core.longpaths true
rm -rf /c/Go
Expand Down

0 comments on commit eb7ce93

Please sign in to comment.