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
- windows
goarch:
- amd64
archive:
name_template: "{{ .ProjectName }}_${tSemver}_{{ .Os }}_{{ .Arch }}"
- amd64
archives:
- name_template: "${module}_${tSemver}_{{ .Os }}_{{ .Arch }}"
EOF
cat $configFile

View File

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