From 38c254f0f25317d3a962fdeaf55368655d880d49 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Thu, 9 Jun 2022 10:20:41 +0200 Subject: [PATCH] gcb-docker-gcloud: bump to Go 1.18 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- images/gcb-docker-gcloud/README.md | 2 +- images/gcb-docker-gcloud/cloudbuild.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/gcb-docker-gcloud/README.md b/images/gcb-docker-gcloud/README.md index 6040a7b4b4b4..05c7d84c3e5c 100644 --- a/images/gcb-docker-gcloud/README.md +++ b/images/gcb-docker-gcloud/README.md @@ -6,7 +6,7 @@ combination of `docker`, `gcloud`, and `go` all in the same build step ## contents - base: - - golang:1.17.8-alpine + - golang:1.18.3-alpine - languages: - `go` - tools: diff --git a/images/gcb-docker-gcloud/cloudbuild.yaml b/images/gcb-docker-gcloud/cloudbuild.yaml index b2a085fbd19b..1cc6373da1bc 100644 --- a/images/gcb-docker-gcloud/cloudbuild.yaml +++ b/images/gcb-docker-gcloud/cloudbuild.yaml @@ -14,7 +14,7 @@ steps: - gcr.io/$PROJECT_ID/gcb-docker-gcloud:latest substitutions: _GIT_TAG: '12345' - _GO_VERSION: 1.17.8 + _GO_VERSION: 1.18.3 images: - 'gcr.io/$PROJECT_ID/gcb-docker-gcloud:$_GIT_TAG' - 'gcr.io/$PROJECT_ID/gcb-docker-gcloud:latest'