Skip to content

Commit d29b161

Browse files
Update dependency goreleaser/goreleaser to v2.3.2 (#846)
| datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | goreleaser/goreleaser | v2.2.0 | v2.3.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a9b2db commit d29b161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
- name: Run GoReleaser
175175
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
176176
with:
177-
version: v2.2.0 # renovate: datasource=github-tags depName=goreleaser/goreleaser
177+
version: v2.3.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser
178178
args: ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} ${{ github.event_name == 'pull_request' && '--single-target' || '' }} --clean
179179
env:
180180
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)