Deal with goreleaser field deprecations.

This commit is contained in:
Jeffrey Regan
2019-10-22 12:11:13 -07:00
parent f7e5b5138b
commit c28a0eb83d
2 changed files with 4 additions and 4 deletions

View File

@@ -60,9 +60,9 @@ builds:
- darwin - darwin
- windows - windows
goarch: goarch:
- amd64 - amd64
archive: archives:
name_template: "{{ .ProjectName }}_${tSemver}_{{ .Os }}_{{ .Arch }}" - name_template: "${module}_${tSemver}_{{ .Os }}_{{ .Arch }}"
EOF EOF
cat $configFile cat $configFile

View File

@@ -1,5 +1,5 @@
steps: steps:
- name: "gcr.io/cloud-builders/git@sha256:477015d9bb2bc4780f505a4497f10ee581a28fccfa553821cc540cc64bdc37b9" - name: "gcr.io/cloud-builders/git"
args: [fetch, --tags, --depth=100] args: [fetch, --tags, --depth=100]
- name: "goreleaser/goreleaser:v0.120.3" - name: "goreleaser/goreleaser:v0.120.3"
entrypoint: /bin/sh entrypoint: /bin/sh