Skip to content

Commit

Permalink
Merge pull request #16826 from hakman/go-1.22.7
Browse files Browse the repository at this point in the history
Update Go to v1.22.7
  • Loading branch information
k8s-ci-robot authored Sep 13, 2024
2 parents 6a5f4e7 + 4b69dfb commit 91e2a7f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ options:
substitution_option: ALLOW_LOOSE
machineType: 'N1_HIGHCPU_32'
steps:
# Push the image
- name: 'docker.io/library/golang:1.22.6-bookworm'
# Push the images
- name: 'docker.io/library/golang:1.22.7-bookworm'
id: images
entrypoint: make
env:
Expand All @@ -21,7 +21,7 @@ steps:
- dns-controller-push
- kube-apiserver-healthcheck-push
# Push the artifacts
- name: 'docker.io/library/golang:1.22.6-bookworm'
- name: 'docker.io/library/golang:1.22.7-bookworm'
id: artifacts
entrypoint: make
env:
Expand All @@ -36,7 +36,7 @@ steps:
args:
- gcs-upload-and-tag
# Build cloudbuild artifacts (for attestation)
- name: 'docker.io/library/golang:1.22.6-bookworm'
- name: 'docker.io/library/golang:1.22.7-bookworm'
id: cloudbuild-artifacts
entrypoint: make
env:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module k8s.io/kops

// This should be kept in sync with cloudbuild.yaml and the other go.mod files
go 1.22.6
go 1.22.7

require (
cloud.google.com/go/compute/metadata v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion hack/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/kops/hack

go 1.22.6
go 1.22.7

require (
github.com/client9/misspell v0.3.4
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/kops/tests/e2e

go 1.22.6
go 1.22.7

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

Expand Down
2 changes: 1 addition & 1 deletion tools/otel/traceserver/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module k8s.io/kops/tools/otel/traceserver

go 1.22.5
go 1.22.7

require (
go.opentelemetry.io/proto/otlp v1.3.1
Expand Down

0 comments on commit 91e2a7f

Please sign in to comment.