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