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 diff --git a/.goreleaser.yml b/.goreleaser.yml index 994e3ce8ae..00f6170095 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,3 +1,5 @@ +version: 2 + env: - CGO_ENABLED=0 @@ -94,7 +96,7 @@ builds: - aws changelog: - skip: true + disable: true archives: - id: archives