File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
machineType : ' N1_HIGHCPU_32'
6
6
steps :
7
7
# Push the images
8
- - name : ' docker.io/library/golang:1.23.4 -bookworm'
8
+ - name : ' docker.io/library/golang:1.23.5 -bookworm'
9
9
id : images
10
10
entrypoint : make
11
11
env :
21
21
- dns-controller-push
22
22
- kube-apiserver-healthcheck-push
23
23
# Push the artifacts
24
- - name : ' docker.io/library/golang:1.23.4 -bookworm'
24
+ - name : ' docker.io/library/golang:1.23.5 -bookworm'
25
25
id : artifacts
26
26
entrypoint : make
27
27
env :
36
36
args :
37
37
- gcs-upload-and-tag
38
38
# Build cloudbuild artifacts (for attestation)
39
- - name : ' docker.io/library/golang:1.23.4 -bookworm'
39
+ - name : ' docker.io/library/golang:1.23.5 -bookworm'
40
40
id : cloudbuild-artifacts
41
41
entrypoint : make
42
42
env :
Original file line number Diff line number Diff line change 1
1
module k8s.io/kops
2
2
3
3
// This should be kept in sync with cloudbuild.yaml and the other go.mod files
4
- go 1.23.4
4
+ go 1.23.5
5
5
6
6
require (
7
7
cloud.google.com/go/compute/metadata v0.3.0
Original file line number Diff line number Diff line change 1
1
module k8s.io/kops/hack
2
2
3
- go 1.23.4
3
+ go 1.23.5
4
4
5
5
require (
6
6
github.com/client9/misspell v0.3.4
Original file line number Diff line number Diff line change 1
1
module k8s.io/kops/tests/e2e
2
2
3
- go 1.23.4
3
+ go 1.23.5
4
4
5
5
replace k8s.io/kops => ../../.
6
6
Original file line number Diff line number Diff line change 1
1
module k8s.io/kops/tools/otel/traceserver
2
2
3
- go 1.23.4
3
+ go 1.23.5
4
4
5
5
require (
6
6
go.opentelemetry.io/proto/otlp v1.3.1
You can’t perform that action at this time.
0 commit comments