From c6d5d6af83e2e98624e1a679121f81c667a4d697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Tue, 17 Sep 2024 06:55:25 +0000 Subject: [PATCH] fix: goreleaser used version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12c56f9..ac47681 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ VERSION ?= latest GO ?= go GO_RUN_TOOLS ?= $(GO) run -modfile ./tools/go.mod GO_TEST ?= $(GO_RUN_TOOLS) gotest.tools/gotestsum --format pkgname -GO_RELEASER ?= $(GO_RUN_TOOLS) github.com/goreleaser/goreleaser/v2 +GO_RELEASER ?= $(GO_RUN_TOOLS) github.com/goreleaser/goreleaser GO_MOD ?= $(shell ${GO} list -m) GO_KUSTOMIZE ?= $(GO_RUN_TOOLS) sigs.k8s.io/kustomize/kustomize/v5