Merge pull request #136750 from BenTheElder/master-go-1.25.7

update core binaries to go 1.25.7 for CVE fixes
This commit is contained in:
Kubernetes Prow Robot
2026-02-05 02:04:39 +05:30
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
1.25.6
1.25.7

View File

@@ -150,7 +150,7 @@ dependencies:
# Golang
# TODO: this should really be eliminated and controlled by .go-version
- name: "golang: upstream version"
version: 1.25.6
version: 1.25.7
refPaths:
- path: .go-version
- path: staging/publishing/rules.yaml

View File

@@ -2489,4 +2489,4 @@ rules:
- staging/src/k8s.io/externaljwt
recursive-delete-patterns:
- '*/.gitattributes'
default-go-version: 1.25.6
default-go-version: 1.25.7