diff --git a/.github/workflows/deploy-demo.yml b/.github/workflows/deploy-demo.yml index a33c760b43..d956a35c31 100644 --- a/.github/workflows/deploy-demo.yml +++ b/.github/workflows/deploy-demo.yml @@ -79,7 +79,7 @@ jobs: - uses: goreleaser/goreleaser-action@v4 with: distribution: goreleaser-pro - version: v1.21.2 + version: v1.22.0 args: release --clean --skip=announce -f .goreleaser.demo.yaml env: VERSION: ${{ github.ref_name}}-demo diff --git a/.github/workflows/deploy-main.yml b/.github/workflows/deploy-main.yml index 6c82802f82..846244fc2d 100644 --- a/.github/workflows/deploy-main.yml +++ b/.github/workflows/deploy-main.yml @@ -120,7 +120,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' with: distribution: goreleaser-pro - version: v1.21.2 + version: v1.22.0 args: release --clean --split --nightly env: GOOS: ${{ matrix.GOOS }} @@ -190,7 +190,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' with: distribution: goreleaser-pro - version: v1.21.2 + version: v1.22.0 args: continue --merge env: VERSION: sha-${{ env.sha_short }} diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 4e451070a4..36417d57b5 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -208,7 +208,7 @@ jobs: if: steps.cache-docker-build.outputs.cache-hit != 'true' with: distribution: goreleaser-pro - version: v1.21.2 + version: v1.22.0 args: release --skip=announce --snapshot -f .goreleaser.dev.yaml - name: Move binaries to known location if: steps.cache-docker-build.outputs.cache-hit != 'true' diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 00846f258a..251e0b92c8 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -82,7 +82,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' with: distribution: goreleaser-pro - version: v1.21.2 + version: v1.22.0 args: release --clean -f .goreleaser.rc.yaml env: VERSION: ${{ github.ref_name}} diff --git a/.github/workflows/release-version.yml b/.github/workflows/release-version.yml index 5ece961b98..05f4fbf99c 100644 --- a/.github/workflows/release-version.yml +++ b/.github/workflows/release-version.yml @@ -93,7 +93,7 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' with: distribution: goreleaser-pro - version: v1.21.2 + version: v1.22.0 args: release --clean env: VERSION: ${{ github.ref_name}} diff --git a/Makefile b/Makefile index 108c685a68..d1de85df2c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION?=dev TAG?=$(VERSION) -GORELEASER_VERSION=1.21.2-pro +GORELEASER_VERSION=1.22.0-pro PROJECT_ROOT=${PWD}