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 dcc077d commit a7094e9Copy full SHA for a7094e9
hack/update/golang_version/golang_version.go
@@ -53,6 +53,11 @@ var (
53
`VERSION_TO_INSTALL=.*`: `VERSION_TO_INSTALL={{.StableVersion}}`,
54
},
55
56
+ "hack/prow/common.sh": {
57
+ Replace: map[string]string{
58
+ `GOLANG_VERSION_TO_INSTALL=.*`: `GOLANG_VERSION_TO_INSTALL={{.StableVersion}}`,
59
+ },
60
61
"hack/jenkins/installers/check_install_golang.ps1": {
62
Replace: map[string]string{
63
`GoVersion = ".*"`: `GoVersion = "{{.StableVersion}}"`,
0 commit comments