Merge pull request #12753 from spowelljr/hardCodeGoVersion
Directly code golang version to update topull/12656/head
commit
d72d87f2e7
|
@ -22,7 +22,7 @@ if (($# < 1)); then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
VERSION_TO_INSTALL=$(grep '^GO_VERSION' Makefile | awk '{ print $3 }')
|
||||
VERSION_TO_INSTALL=1.17.2
|
||||
INSTALL_PATH=${1}
|
||||
|
||||
function current_arch() {
|
||||
|
|
|
@ -118,6 +118,11 @@ var (
|
|||
`GO_K8S_VERSION_PREFIX \?= v1.*`: `GO_K8S_VERSION_PREFIX ?= {{.K8SVersion}}`,
|
||||
},
|
||||
},
|
||||
"hack/jenkins/installers/check_install_golang.sh": {
|
||||
Replace: map[string]string{
|
||||
`VERSION_TO_INSTALL=.*`: `VERSION_TO_INSTALL={{.StableVersion}}`,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
// PR data
|
||||
|
|
Loading…
Reference in New Issue