From eeb06cc956a91a05161cd7489e61faa44202052e Mon Sep 17 00:00:00 2001 From: dikhan Date: Mon, 18 Apr 2022 14:22:53 -0700 Subject: [PATCH] Only install the binary and not add it to the mod deps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 325a2f5ca..121bc88a1 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ test-all: test integration-test release-pre-requirements: ifeq (, $(shell which github-release-notes)) @echo "[INFO] No github-release-notes in $(PATH), installing github-release-notes" - go get github.com/buchanae/github-release-notes@0.2.0 + go install github.com/buchanae/github-release-notes@0.2.0 endif ifeq (, $(shell which goreleaser)) @echo "[INFO] No goreleaser in $(PATH), installing goreleaser"