From a26b3d565a68a262f33155a091788edda390a05d Mon Sep 17 00:00:00 2001 From: cpanato Date: Mon, 27 Mar 2023 08:42:54 +0200 Subject: [PATCH] update deprecated goreleaser flags Signed-off-by: cpanato --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a3291a1f..6a4b0966 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ ko-local: ## Build zeitgeist/buoy image locally (does not push it) .PHONY: snapshot snapshot: ## Build zeitgeist binaries with goreleaser in snapshot mode LDFLAGS="$(LDFLAGS)" GIT_HASH=$(GIT_HASH) GIT_VERSION=$(GIT_VERSION) \ - goreleaser release --rm-dist --snapshot --skip-sign --skip-publish + goreleaser release --clean --snapshot --skip-sign --skip-publish lint: test -z $(shell go fmt .) || (echo "Linting failed !" && exit 8) @@ -91,7 +91,7 @@ verify-golangci-lint: ## Runs all golang linters .PHONY: goreleaser goreleaser: ## Build zeitgeist binaries with goreleaser LDFLAGS="$(LDFLAGS)" GIT_HASH=$(GIT_HASH) GIT_VERSION=$(GIT_VERSION) \ - goreleaser release --rm-dist + goreleaser release --clean .PHONY: ko-release ko-release: ko-release-zeitgeist ko-release-buoy