mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-01 18:30:15 +00:00
Merge pull request #4552 from KnVerey/version-mismatch
Copy of go 1.18 created version mismatch, reverting for now
This commit is contained in:
@@ -37,14 +37,6 @@ steps:
|
|||||||
- checkout
|
- checkout
|
||||||
- $TAG_NAME
|
- $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
|
# Run goreleaser indirectly via a shell script
|
||||||
# to configure it properly.
|
# to configure it properly.
|
||||||
- name: goreleaser/goreleaser:v0.179.0
|
- name: goreleaser/goreleaser:v0.179.0
|
||||||
@@ -52,8 +44,6 @@ steps:
|
|||||||
entrypoint: /bin/sh
|
entrypoint: /bin/sh
|
||||||
dir: myClone
|
dir: myClone
|
||||||
secretEnv: ['GITHUB_TOKEN']
|
secretEnv: ['GITHUB_TOKEN']
|
||||||
env:
|
|
||||||
- 'GO_BINARY_PATH=/workspace/bin/go'
|
|
||||||
args:
|
args:
|
||||||
- releasing/cloudbuild.sh
|
- releasing/cloudbuild.sh
|
||||||
- $TAG_NAME
|
- $TAG_NAME
|
||||||
|
|||||||
Reference in New Issue
Block a user