Skip to content

Commit

Permalink
fix: goreleaser used version
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Sep 17, 2024
1 parent cc7f67c commit c6d5d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c6d5d6a

Please sign in to comment.