mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
fix missing major.minor in golang: upstream version
This commit is contained in:
parent
fbe8d4c63c
commit
3b3e4dd2c4
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ dependencies:
|
|||
# Golang
|
||||
# TODO: this should really be eliminated and controlled by .go-version
|
||||
- name: "golang: upstream version"
|
||||
version: 4
|
||||
version: 1.25.4
|
||||
refPaths:
|
||||
- path: .go-version
|
||||
- path: staging/publishing/rules.yaml
|
||||
|
|
|
|||
Loading…
Reference in a new issue