From 417f3da3a370ce4ccd882cf6def3c3512bfc403f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 04:28:57 +0000 Subject: [PATCH] Update dependency goreleaser/goreleaser to v2.0.1 --- .github/workflows/release.yaml | 2 +- hack/tools.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 74eec8c..a8ef3f8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/hack/tools.mk b/hack/tools.mk index b7d940a..223e2e7 100644 --- a/hack/tools.mk +++ b/hack/tools.mk @@ -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