From 35931417f2be5d5db87413dee7f3605e8322cca2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 08:38:19 +0200 Subject: [PATCH] chore(deps): update dependency goreleaser/goreleaser to v2.17.1 (#2070) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a192d00a..44534de5 100644 --- a/Makefile +++ b/Makefile @@ -679,7 +679,7 @@ apidocs-gen: ## Download crdoc locally if necessary. $(call go-install-tool,$(APIDOCS_GEN),fybrik.io/crdoc@$(APIDOCS_GEN_VERSION)) GORELEASER := $(LOCALBIN)/goreleaser -GORELEASER_VERSION := 2.17.0 +GORELEASER_VERSION := 2.17.1 GORELEASER_LOOKUP := goreleaser/goreleaser goreleaser: ## Download goreleaser locally if necessary. test -s $(GORELEASER) && $(GORELEASER) --version | grep -q $(GORELEASER_VERSION) || \