From eb4c80b74c90f6bdd9257d237be710d6e42bcad2 Mon Sep 17 00:00:00 2001
From: Paul Abel
Date: Thu, 6 Jun 2024 14:56:29 +0100
Subject: [PATCH 1/2] update to goreleaser 2.0 config syntax
---
.goreleaser.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.goreleaser.yml b/.goreleaser.yml
index 994e3ce8ae..7a0f62d6a0 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -94,7 +94,7 @@ builds:
- aws
changelog:
- skip: true
+ disable: true
archives:
- id: archives
From 19831857801a0e4482d8c529910806a1f1eabd8a Mon Sep 17 00:00:00 2001
From: Paul Abel
Date: Thu, 6 Jun 2024 17:17:38 +0100
Subject: [PATCH 2/2] use the v6 goreleaser action
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f549ab28ee..39ea0b4627 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -227,7 +227,7 @@ jobs:
if: github.ref_type == 'tag'
- name: Build binaries
- uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0
+ uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
version: latest
args: ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} ${{ github.event_name == 'pull_request' && '--single-target' || '' }} --clean