From cf41f9a4783e69457761e32420c8d886504738f7 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Fri, 21 Jun 2019 16:15:51 +0300 Subject: [PATCH] CircleCI - fix deprecated goreleaser config --- .goreleaser.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4eaf20a2..67233801 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -8,10 +8,10 @@ builds: - amd64 env: - CGO_ENABLED=0 -archive: - name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" - files: - - none* +archives: + - name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" + files: + - none* changelog: filters: exclude: