From 32aa9c5dc23d775c3ea13388d889e5d1a228896a Mon Sep 17 00:00:00 2001 From: Thiery Ouattara Date: Thu, 19 Sep 2024 16:10:58 +0000 Subject: [PATCH] Update goreleaser --- .goreleaser.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 004496b..6f6a4f1 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,7 @@ # This is an example goreleaser.yaml file with some defaults. # Make sure to check the documentation at http://goreleaser.com +version: 2 + env: - CGO_ENABLED=0 before: @@ -72,6 +74,3 @@ signs: - "${signature}" - "--detach-sign" - "${artifact}" - -changelog: - skip: true