From cc88cc1bf03c75ef25952f54b833779dac9994c4 Mon Sep 17 00:00:00 2001 From: Christian Zunker Date: Fri, 14 Jun 2024 13:12:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20goreleaser=20config=20vers?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to https://github.com/mondoohq/cnquery/pull/4233 Signed-off-by: Christian Zunker --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 2dc2a92..0097cdc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -2,6 +2,7 @@ # SPDX-License-Identifier: BUSL-1.1 --- +version: 2 env: - CGO_ENABLED=0 before: @@ -79,4 +80,4 @@ snapshot: name_template: "{{ .Tag }}-snapshot" changelog: - use: github-native \ No newline at end of file + use: github-native