From 54a2eea71722eba097d86c467fc373741e77217e Mon Sep 17 00:00:00 2001 From: Sean Valeo Date: Thu, 4 Jan 2024 10:15:03 -0500 Subject: [PATCH] update cli makefile --- cli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile b/cli/Makefile index 49dcb21b4..bbc963754 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -77,7 +77,6 @@ clean: ## deps: install dependencies deps: $(GO_BINDATA) $(GOVVV) $(GOLANGCI_LINT) $(TRIVY) $(GO_BINDATA): - chmod -f -R +w $(GOMODCACHE)/golang.org/toolchain*/* || true $(GO) install github.com/go-bindata/go-bindata/... $(GOVVV): $(GO) install github.com/ahmetb/govvv @@ -118,6 +117,7 @@ $(SCOPE): $(GOVVV) $(filter-out %_test.go,$(shell find . -type f -name '*.go')) $(BUILD_OPTS) \ -o $(SCOPE) $(RM) -r $(SCOPEDYN) + chmod -f -R +w $(GOMODCACHE)/golang.org/toolchain*/ || true ## test: run unit tests test: