File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 55 machineType : " E2_HIGHCPU_32"
66steps :
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 :
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 :
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 :
Original file line number Diff line number Diff line change 11module 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
66godebug default=go1.25
77
Original file line number Diff line number Diff line change 11module k8s.io/kops/hack
22
3- go 1.25.6
3+ go 1.25.7
44
55tool (
66 github.com/client9/misspell/cmd/misspell
Original file line number Diff line number Diff line change 11module k8s.io/kops/tests/e2e
22
3- go 1.25.6
3+ go 1.25.7
44
55replace k8s.io/kops => ../../.
66
Original file line number Diff line number Diff line change 11module github.com/kubernetes/kops/tools/metal/dhcp
22
3- go 1.25.6
3+ go 1.25.7
44
55require github.com/insomniacslk/dhcp v0.0.0-20240812123929-b105c29bd1b5
66
Original file line number Diff line number Diff line change 11module github.com/kubernetes/kops/tools/metal/dhcp
22
3- go 1.25.6
3+ go 1.25.7
44
55require (
66 google.golang.org/grpc v1.66.0
Original file line number Diff line number Diff line change 11module k8s.io/kops/tools/otel/traceserver
22
3- go 1.25.6
3+ go 1.25.7
44
55require (
66 go.opentelemetry.io/proto/otlp v1.9.0
You can’t perform that action at this time.
0 commit comments