Skip to content

Commit c09d1f8

Browse files
Update dependency goreleaser/goreleaser to v2.12.7 (#218)
| datasource | package | from | to | | ----------- | --------------------- | ------- | ------- | | github-tags | goreleaser/goreleaser | v2.12.4 | v2.12.7 | 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 f1eafbc commit c09d1f8

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
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build binary
3636
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
3737
with:
38-
version: v2.12.4 # renovate: datasource=github-tags depName=goreleaser/goreleaser
38+
version: v2.12.7 # renovate: datasource=github-tags depName=goreleaser/goreleaser
3939
args: build --clean ${{ github.ref_type != 'tag' && '--snapshot' || '' }}
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)