diff --git a/cli/Makefile b/cli/Makefile index 318542c08..d8a9d5404 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -77,10 +77,10 @@ clean: ## deps: install dependencies deps: $(GO_BINDATA) $(GOVVV) $(GOLANGCI_LINT) $(TRIVY) $(GO_BINDATA): - $(GO) env - $(GO) version + $(GO) env 1>&2 + $(GO) version 1>&2 $(GO) install github.com/go-bindata/go-bindata/... - $(GO) version + $(GO) version 1>&2 $(GOVVV): $(GO) install github.com/ahmetb/govvv $(GOLANGCI_LINT):