Skip to content

Commit

Permalink
Merge pull request #16683 from justinsb/automated-cherry-pick-of-#166…
Browse files Browse the repository at this point in the history
…61-upstream-release-1.28

Automated cherry pick of #16661: Bump cloudbuild to go 1.22.5
  • Loading branch information
k8s-ci-robot committed Jul 18, 2024
2 parents 4e8f4b8 + 35b5e65 commit 93c2758
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ options:
machineType: 'N1_HIGHCPU_8'
steps:
# Push the images
- name: 'docker.io/library/golang:1.22.3-bookworm'
- name: 'docker.io/library/golang:1.22.5-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.3-bookworm'
- name: 'docker.io/library/golang:1.22.5-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.3-bookworm'
- name: 'docker.io/library/golang:1.22.5-bookworm'
id: cloudbuild-artifacts
entrypoint: make
env:
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module k8s.io/kops

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

require (
Expand Down

0 comments on commit 93c2758

Please sign in to comment.