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