From c835edd4292d6aece1d55af61371aac399eb2f81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:51:35 +0000 Subject: [PATCH] chore(deps): update dependency goreleaser/goreleaser to v2.4.5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5683f68..c968b9d 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ TOOLS_BIN_DIR := $(CURDIR)/hack/tools/bin $(shell mkdir -p $(TOOLS_BIN_DIR)) # renovate: datasource=github-releases depName=goreleaser/goreleaser -GORELEASER_VERSION ?= v2.1.0 +GORELEASER_VERSION ?= v2.4.5 GORELEASER := $(TOOLS_BIN_DIR)/goreleaser $(GORELEASER):