From 047b7a70030c62706481a06ced88e101fe358aee Mon Sep 17 00:00:00 2001 From: Zack Brady Date: Tue, 30 Jul 2024 13:18:17 -0400 Subject: [PATCH] fixed makefile for goreleaser v2 changes (#278) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6e9222..90151f8 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ build: CGO_ENABLED=0 go build -o bin ./cmd/...;\ build-all: fmt vet - goreleaser build --rm-dist --snapshot + goreleaser build --clean --snapshot install: rm -rf cmd/hauler/binaries;\