From faad014f961019eb9e56770b5a426b161ca3cd66 Mon Sep 17 00:00:00 2001 From: Katrina Verey Date: Mon, 28 Mar 2022 19:03:47 -0400 Subject: [PATCH] Copy of go 1.18 created version mismatch, reverting for now --- releasing/cloudbuild.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/releasing/cloudbuild.yaml b/releasing/cloudbuild.yaml index 8ed4621c9a..3349ecc6cb 100644 --- a/releasing/cloudbuild.yaml +++ b/releasing/cloudbuild.yaml @@ -37,14 +37,6 @@ steps: - checkout - $TAG_NAME -# Copy a newer version of Go into the goreleaser workspace. -# Use the same source image as the builder in kustomize.Dockerfile -- name: golang:alpine - entrypoint: /bin/sh - args: - - '-c' - - 'mkdir -p /workspace/bin && cp $(go env GOROOT)/bin/go /workspace/bin' - # Run goreleaser indirectly via a shell script # to configure it properly. - name: goreleaser/goreleaser:v0.179.0 @@ -52,8 +44,6 @@ steps: entrypoint: /bin/sh dir: myClone secretEnv: ['GITHUB_TOKEN'] - env: - - 'GO_BINARY_PATH=/workspace/bin/go' args: - releasing/cloudbuild.sh - $TAG_NAME