Skip to content

Commit

Permalink
Merge pull request #4552 from KnVerey/version-mismatch
Browse files Browse the repository at this point in the history
Copy of go 1.18 created version mismatch, reverting for now
  • Loading branch information
natasha41575 authored Mar 28, 2022
2 parents 8e46ef5 + faad014 commit cf3a452
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions releasing/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,13 @@ 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
timeout: 12m
entrypoint: /bin/sh
dir: myClone
secretEnv: ['GITHUB_TOKEN']
env:
- 'GO_BINARY_PATH=/workspace/bin/go'
args:
- releasing/cloudbuild.sh
- $TAG_NAME
Expand Down

0 comments on commit cf3a452

Please sign in to comment.