mirror of https://github.com/kubernetes/kops.git
Bump cloudbuild to go 1.22.5
Also add a note for future updates to keep these in sync
This commit is contained in:
parent
b7f5ffd1de
commit
e070c01ea5
|
@ -5,7 +5,7 @@ options:
|
||||||
machineType: 'N1_HIGHCPU_8'
|
machineType: 'N1_HIGHCPU_8'
|
||||||
steps:
|
steps:
|
||||||
# Push the images
|
# Push the images
|
||||||
- name: 'docker.io/library/golang:1.22.4-bookworm'
|
- name: 'docker.io/library/golang:1.22.5-bookworm'
|
||||||
id: images
|
id: images
|
||||||
entrypoint: make
|
entrypoint: make
|
||||||
env:
|
env:
|
||||||
|
@ -21,7 +21,7 @@ steps:
|
||||||
- dns-controller-push
|
- dns-controller-push
|
||||||
- kube-apiserver-healthcheck-push
|
- kube-apiserver-healthcheck-push
|
||||||
# Push the artifacts
|
# Push the artifacts
|
||||||
- name: 'docker.io/library/golang:1.22.4-bookworm'
|
- name: 'docker.io/library/golang:1.22.5-bookworm'
|
||||||
id: artifacts
|
id: artifacts
|
||||||
entrypoint: make
|
entrypoint: make
|
||||||
env:
|
env:
|
||||||
|
@ -36,7 +36,7 @@ steps:
|
||||||
args:
|
args:
|
||||||
- gcs-upload-and-tag
|
- gcs-upload-and-tag
|
||||||
# Build cloudbuild artifacts (for attestation)
|
# 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
|
id: cloudbuild-artifacts
|
||||||
entrypoint: make
|
entrypoint: make
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue