Skip to content

Commit 8f1eac8

Browse files
committed
make prow golang install configurable
1 parent 9e4f46b commit 8f1eac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/prow/common.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ function install_dependencies() {
7272
sudo hack/prow/installer/check_install_golang.sh /usr/local 1.24.5 || true
7373
# install gotestsum if not present
7474
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"
7577
# install gopogh
7678
hack/prow/installer/check_install_gopogh.sh || true
7779

0 commit comments

Comments
 (0)