Merge pull request #114660 from liggitt/go-version

Add .go-version file containing build go version
This commit is contained in:
Kubernetes Prow Robot 2022-12-22 11:19:37 -08:00 committed by GitHub
commit 64b2334ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
.go-version Normal file
View File

@ -0,0 +1 @@
1.19.4

View File

@ -90,6 +90,7 @@ dependencies:
- name: "golang: upstream version"
version: 1.19.4
refPaths:
- path: .go-version
- path: build/build-image/cross/VERSION
- path: staging/publishing/rules.yaml
match: 'default-go-version\: \d+.\d+(alpha|beta|rc)?\.?(\d+)?'