Skip to content

Commit

Permalink
Update dependency goreleaser/goreleaser to v1.26.2 (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 24, 2024
1 parent faee923 commit 9b6b01f
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: v1.26.1
GORELEASER_VERSION: v1.26.2
steps:
- if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
run: echo "flags=--snapshot" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ $(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 ?= v1.26.1
GORELEASER_VERSION ?= v1.26.2
$(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

0 comments on commit 9b6b01f

Please sign in to comment.