We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4f46b commit 8f1eac8Copy full SHA for 8f1eac8
hack/prow/common.sh
@@ -72,6 +72,8 @@ function install_dependencies() {
72
sudo hack/prow/installer/check_install_golang.sh /usr/local 1.24.5 || true
73
# install gotestsum if not present
74
GOROOT="/usr/local/go" hack/prow/installer/check_install_gotestsum.sh || true
75
+ # do NOT change manually - only using make update-golang-version
76
+ GOLANG_VERSION_TO_INSTALL="1.24.6"
77
# install gopogh
78
hack/prow/installer/check_install_gopogh.sh || true
79
0 commit comments