File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55 machineType : ' N1_HIGHCPU_32'
66steps :
77# Push the images
8- - name : ' docker.io/library/golang:1.22.7 -bookworm'
8+ - name : ' docker.io/library/golang:1.23.4 -bookworm'
99 id : images
1010 entrypoint : make
1111 env :
2121 - dns-controller-push
2222 - kube-apiserver-healthcheck-push
2323# Push the artifacts
24- - name : ' docker.io/library/golang:1.22.7 -bookworm'
24+ - name : ' docker.io/library/golang:1.23.4 -bookworm'
2525 id : artifacts
2626 entrypoint : make
2727 env :
3636 args :
3737 - gcs-upload-and-tag
3838# Build cloudbuild artifacts (for attestation)
39- - name : ' docker.io/library/golang:1.22.7 -bookworm'
39+ - name : ' docker.io/library/golang:1.23.4 -bookworm'
4040 id : cloudbuild-artifacts
4141 entrypoint : make
4242 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.22.7
4+ go 1.23.4
55
66require (
77 cloud.google.com/go/compute/metadata v0.5.2
Original file line number Diff line number Diff line change 11module k8s.io/kops/hack
22
3- go 1.22.7
3+ go 1.23.4
44
55require (
66 github.com/client9/misspell v0.3.4
Original file line number Diff line number Diff line change 11module k8s.io/kops/tests/e2e
22
3- go 1.22.7
3+ go 1.23.4
44
55replace k8s.io/kops => ../../.
66
Original file line number Diff line number Diff line change 11module k8s.io/kops/tools/otel/traceserver
22
3- go 1.22.7
3+ go 1.23.4
44
55require (
66 go.opentelemetry.io/proto/otlp v1.3.1
You can’t perform that action at this time.
0 commit comments