diff --git a/scripts/installgo_windows.sh b/scripts/installgo_windows.sh index 4eb79bfa9a36d..bdf7a81f292a9 100644 --- a/scripts/installgo_windows.sh +++ b/scripts/installgo_windows.sh @@ -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