Skip to content

Commit

Permalink
Update dependency goreleaser/goreleaser to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 11, 2024
1 parent e0dfc66 commit 417f3da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
flags: ""
# renovate: datasource=github-releases depName=goreleaser/goreleaser
GORELEASER_VERSION: v2.0.0
GORELEASER_VERSION: v2.0.1
steps:
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
run: echo "flags=--snapshot" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion hack/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $(GOLANGCI_LINT): $(call tool_version_file,$(GOLANGCI_LINT),$(GOLANGCI_LINT_VERS

GORELEASER := $(TOOLS_BIN_DIR)/goreleaser
# renovate: datasource=github-releases depName=goreleaser/goreleaser
GORELEASER_VERSION ?= v2.0.0
GORELEASER_VERSION ?= v2.0.1
$(GORELEASER): $(call tool_version_file,$(GORELEASER),$(GORELEASER_VERSION))
curl -sSfL https://github.com/goreleaser/goreleaser/releases/download/$(GORELEASER_VERSION)/goreleaser_$(shell uname -s)_$(shell uname -m).tar.gz | tar -xzmf - -C $(TOOLS_BIN_DIR) goreleaser

Expand Down

0 comments on commit 417f3da

Please sign in to comment.