mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
Add .go-version file containing build go version
This commit is contained in:
parent
419e0ec3d2
commit
5f69c04629
2 changed files with 2 additions and 0 deletions
1
.go-version
Normal file
1
.go-version
Normal file
|
|
@ -0,0 +1 @@
|
|||
1.19.4
|
||||
|
|
@ -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+)?'
|
||||
|
|
|
|||
Loading…
Reference in a new issue