diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 297a2667d9..accef7c249 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,7 +164,7 @@ jobs: if: github.ref_type == 'tag' - name: Build binary - 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' }} --clean diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index d6d3c1a3a3..b8398e7f71 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -77,7 +77,7 @@ jobs: working-directory: ./tests - name: Build binary - uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0 + uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: version: latest args: build --snapshot --clean diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index dadd05e0f6..d24a1fc0e1 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -65,7 +65,7 @@ jobs: type=ref,event=branch,suffix=-rc,enable=${{ startsWith(github.ref, 'refs/heads/release') }} - name: Build binary - uses: goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1.0 + uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: version: latest args: build --snapshot --clean diff --git a/.goreleaser.yml b/.goreleaser.yml index 96ae8af317..395385aa6c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,3 +1,4 @@ +version: 2 env: - CGO_ENABLED=0 @@ -26,7 +27,7 @@ builds: binary: gateway changelog: - skip: true + disable: true archives: - id: gateway