Bump cloudbuild to go 1.22.5

Also add a note for future updates to keep these in sync
This commit is contained in:
Peter Rifel 2024-07-07 15:48:56 -05:00
parent b7f5ffd1de
commit e070c01ea5
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@ options:
machineType: 'N1_HIGHCPU_8'
steps:
# Push the images
- name: 'docker.io/library/golang:1.22.4-bookworm'
- name: 'docker.io/library/golang:1.22.5-bookworm'
id: images
entrypoint: make
env:
@ -21,7 +21,7 @@ steps:
- dns-controller-push
- kube-apiserver-healthcheck-push
# Push the artifacts
- name: 'docker.io/library/golang:1.22.4-bookworm'
- name: 'docker.io/library/golang:1.22.5-bookworm'
id: artifacts
entrypoint: make
env:
@ -36,7 +36,7 @@ steps:
args:
- gcs-upload-and-tag
# Build cloudbuild artifacts (for attestation)
- name: 'docker.io/library/golang:1.22.4-bookworm'
- name: 'docker.io/library/golang:1.22.5-bookworm'
id: cloudbuild-artifacts
entrypoint: make
env:

1
go.mod
View File

@ -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 (