From 35b5e657e2ecdec238728492667cd2502a8a4a5e Mon Sep 17 00:00:00 2001 From: Peter Rifel Date: Sun, 7 Jul 2024 15:48:56 -0500 Subject: [PATCH] Bump cloudbuild to go 1.22.5 Also add a note for future updates to keep these in sync --- cloudbuild.yaml | 6 +++--- go.mod | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 55b2e98f954a1..1eba54cde3f9d 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -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: @@ -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: @@ -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: diff --git a/go.mod b/go.mod index 7ac3f1d01a785..81c1bdeeb5f44 100644 --- a/go.mod +++ b/go.mod @@ -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 (