Skip to content

Commit 5baf6a2

Browse files
justinsbhakman
authored andcommitted
versionbump: go 1.25.7
1 parent 14fa26c commit 5baf6a2

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

cloudbuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ options:
55
machineType: "E2_HIGHCPU_32"
66
steps:
77
# Push the images
8-
- name: "mirror.gcr.io/library/golang:1.25.6-trixie"
8+
- name: "mirror.gcr.io/library/golang:1.25.7-trixie"
99
id: images
1010
entrypoint: make
1111
env:
@@ -22,7 +22,7 @@ steps:
2222
- kube-apiserver-healthcheck-push
2323
- discovery-server-push
2424
# Push the artifacts
25-
- name: "mirror.gcr.io/library/golang:1.25.6-trixie"
25+
- name: "mirror.gcr.io/library/golang:1.25.7-trixie"
2626
id: artifacts
2727
entrypoint: make
2828
env:
@@ -37,7 +37,7 @@ steps:
3737
args:
3838
- gcs-upload-and-tag
3939
# Build cloudbuild artifacts (for attestation)
40-
- name: "mirror.gcr.io/library/golang:1.25.6-trixie"
40+
- name: "mirror.gcr.io/library/golang:1.25.7-trixie"
4141
id: cloudbuild-artifacts
4242
entrypoint: make
4343
env:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module k8s.io/kops
22

33
// This should be kept in sync with cloudbuild.yaml and the other go.mod files
4-
go 1.25.6
4+
go 1.25.7
55

66
godebug default=go1.25
77

hack/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/kops/hack
22

3-
go 1.25.6
3+
go 1.25.7
44

55
tool (
66
github.com/client9/misspell/cmd/misspell

tests/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/kops/tests/e2e
22

3-
go 1.25.6
3+
go 1.25.7
44

55
replace k8s.io/kops => ../../.
66

tools/metal/dhcp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubernetes/kops/tools/metal/dhcp
22

3-
go 1.25.6
3+
go 1.25.7
44

55
require github.com/insomniacslk/dhcp v0.0.0-20240812123929-b105c29bd1b5
66

tools/metal/storage/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kubernetes/kops/tools/metal/dhcp
22

3-
go 1.25.6
3+
go 1.25.7
44

55
require (
66
google.golang.org/grpc v1.66.0

tools/otel/traceserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/kops/tools/otel/traceserver
22

3-
go 1.25.6
3+
go 1.25.7
44

55
require (
66
go.opentelemetry.io/proto/otlp v1.9.0

0 commit comments

Comments
 (0)