Skip to content

Commit

Permalink
update cli makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
seanvaleo committed Jan 4, 2024
1 parent df47130 commit 54a2eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 54a2eea

Please sign in to comment.