From df2d71cb93b4140eee4183d0e6b36c3c54a9cff9 Mon Sep 17 00:00:00 2001 From: upodroid Date: Sat, 6 Jul 2024 16:32:36 +0100 Subject: [PATCH] use the latest version of 1.22 golang --- cloudbuild.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index c4598629e9265..a249a22ae6548 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.4-bookworm' +- name: 'docker.io/library/golang:1.22-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-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-bookworm' id: cloudbuild-artifacts entrypoint: make env: