Skip to content

Commit

Permalink
Update dependency goreleaser/goreleaser to v2.4.5
Browse files Browse the repository at this point in the history
| datasource  | package               | from   | to     |
| ----------- | --------------------- | ------ | ------ |
| github-tags | goreleaser/goreleaser | v2.3.2 | v2.4.5 |
| docker      | goreleaser/goreleaser | v2.3.2 | v2.4.5 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent e82ab42 commit 5fba921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build binary
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
version: v2.3.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser
version: v2.4.5 # renovate: datasource=github-tags depName=goreleaser/goreleaser
args: build --snapshot --clean --single-target
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
version: v2.3.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser
version: v2.4.5 # renovate: datasource=github-tags depName=goreleaser/goreleaser
args: ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# renovate: datasource=github-tags depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION = v1.61.0
# renovate: datasource=docker depName=goreleaser/goreleaser
GORELEASER_VERSION = v2.3.2
GORELEASER_VERSION = v2.4.5
# renovate: datasource=go depName=google/go-licenses
GO_LICENSES = v1.6.0

Expand Down

0 comments on commit 5fba921

Please sign in to comment.