chore: allow downgrade of go version in windows script (#10614)

This commit is contained in:
Joshua Powers 2022-02-09 12:40:46 -08:00 committed by GitHub
parent 6c166591d1
commit eb7ce93cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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