From 94ce7e2a5db1bbe14d9600753b59de47b0260346 Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Mon, 10 Jun 2024 19:13:12 +0200 Subject: [PATCH] BUILD: GoReleaser v2.0.0 (#2996) --- .github/workflows/pr_test.yml | 4 ++-- .github/workflows/release_draft.yml | 2 +- .goreleaser.yml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 6120e1d2e..289011428 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -54,7 +54,7 @@ jobs: id: build_binaries_tagged name: Build binaries (if tagged) if: github.ref_type == 'tag' - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser version: latest @@ -63,7 +63,7 @@ jobs: id: build_binaries_not_tagged name: Build binaries (not tagged) if: github.ref_type != 'tag' - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: args: build --snapshot integration-test-providers: diff --git a/.github/workflows/release_draft.yml b/.github/workflows/release_draft.yml index cc918ce3a..55460a429 100644 --- a/.github/workflows/release_draft.yml +++ b/.github/workflows/release_draft.yml @@ -52,7 +52,7 @@ jobs: - id: release name: Goreleaser release - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 with: distribution: goreleaser version: latest diff --git a/.goreleaser.yml b/.goreleaser.yml index 5db6fa997..886a226f6 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,6 @@ # yaml-language-server: $schema=https://goreleaser.com/static/schema.json project_name: dnscontrol +version: 2 builds: - id: build