From 574464736860c6d7305cc5b4b7160dace1f2fe0a Mon Sep 17 00:00:00 2001 From: Sean DuBois Date: Thu, 31 Dec 2020 21:43:41 -0800 Subject: [PATCH] Fix goreleaser config archives is now a map --- .goreleaser.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index b038d88..46c16b4 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,20 +1,21 @@ before: hooks: - go mod download -builds: -- env: - - CGO_ENABLED=0 -archive: - replacements: + +archives: +- replacements: darwin: Darwin linux: Linux windows: Windows 386: i386 amd64: x86_64 + checksum: name_template: 'checksums.txt' + snapshot: name_template: "{{ .Tag }}-next" + changelog: sort: asc filters: