mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
bump go to 1.25.6 for CVE fixes
This commit is contained in:
parent
fd41228d1a
commit
9e27ee8042
3 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
1.25.5
|
||||
1.25.6
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ dependencies:
|
|||
# Golang
|
||||
# TODO: this should really be eliminated and controlled by .go-version
|
||||
- name: "golang: upstream version"
|
||||
version: 1.25.5
|
||||
version: 1.25.6
|
||||
refPaths:
|
||||
- path: .go-version
|
||||
- path: staging/publishing/rules.yaml
|
||||
|
|
|
|||
|
|
@ -2489,4 +2489,4 @@ rules:
|
|||
- staging/src/k8s.io/externaljwt
|
||||
recursive-delete-patterns:
|
||||
- '*/.gitattributes'
|
||||
default-go-version: 1.25.5
|
||||
default-go-version: 1.25.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue