From 268d651029848c23b3884e9c9aa7554fde1edd20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 05:53:18 +0000 Subject: [PATCH 1/3] build(deps): bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](https://github.com/goreleaser/goreleaser-action/compare/5742e2a039330cbb23ebf35f046f814d4c6ff811...286f3b13b1b49da4ac219696163fb8c1c93e1200) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6a2e867..cc5a0f3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Release - uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # tag=v5.1.0 + uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # tag=v6.0.0 with: distribution: goreleaser version: v1.14.1 From c4d82248f4da8ef7ef413119c608f9ad1c132cdf Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Wed, 12 Jun 2024 09:28:13 -0400 Subject: [PATCH 2/3] https://goreleaser.com/deprecations/#-rm-dist --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cc5a0f3..4358de2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,7 @@ jobs: uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # tag=v6.0.0 with: distribution: goreleaser - version: v1.14.1 - args: release --rm-dist --parallelism=1 + version: v2.0.1 + args: release --clean --parallelism=1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From ef97e37cc365f4718b04f9ea1f6a3e15a70ee661 Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Wed, 12 Jun 2024 09:29:09 -0400 Subject: [PATCH 3/3] goreleaser check --- .goreleaser.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index c2c69a0..0c6d71f 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,3 +1,4 @@ +version: 2 builds: - main: ./cmd/hansel/ env: