chore: allow downgrade of go version in windows script (#10614)
This commit is contained in:
parent
6c166591d1
commit
eb7ce93cd2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue