diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b5be5e..a2ddf21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Build binary uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 with: - version: v2.2.0 # renovate: datasource=github-tags depName=goreleaser/goreleaser + version: v2.3.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser args: build --clean ${{ !startsWith(github.ref, 'refs/tags/') && '--snapshot' || '' }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}