Skip to content

Commit a7094e9

Browse files
committed
add prow golang to auto-updater
1 parent dcc077d commit a7094e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hack/update/golang_version/golang_version.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ var (
5353
`VERSION_TO_INSTALL=.*`: `VERSION_TO_INSTALL={{.StableVersion}}`,
5454
},
5555
},
56+
"hack/prow/common.sh": {
57+
Replace: map[string]string{
58+
`GOLANG_VERSION_TO_INSTALL=.*`: `GOLANG_VERSION_TO_INSTALL={{.StableVersion}}`,
59+
},
60+
},
5661
"hack/jenkins/installers/check_install_golang.ps1": {
5762
Replace: map[string]string{
5863
`GoVersion = ".*"`: `GoVersion = "{{.StableVersion}}"`,

0 commit comments

Comments
 (0)