Skip to content

Commit

Permalink
update make
Browse files Browse the repository at this point in the history
  • Loading branch information
seanvaleo committed Jan 4, 2024
1 parent b39217a commit 699ddc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@ clean:
## deps: install dependencies
deps: $(GO_BINDATA) $(GOVVV) $(GOLANGCI_LINT) $(TRIVY)
$(GO_BINDATA):
$(GO) env
$(GO) version
$(GO) install github.com/go-bindata/go-bindata/...
$(GO) version
$(GOVVV):
$(GO) install github.com/ahmetb/govvv
$(GOLANGCI_LINT):
Expand Down

0 comments on commit 699ddc8

Please sign in to comment.