Skip to content

Commit

Permalink
make
Browse files Browse the repository at this point in the history
  • Loading branch information
seanvaleo committed Jan 4, 2024
1 parent dd5b2dc commit d26405c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/Makefile
Original file line number Diff line number Diff line change
@@ -80,9 +80,9 @@ deps: goenv $(GO_BINDATA) $(GOVVV) $(GOLANGCI_LINT) $(TRIVY)
goenv:
( cd .. && $(GO) env )
$(GO_BINDATA):
$(GO) install github.com/go-bindata/go-bindata/...
GOSUMDB=off $(GO) install github.com/go-bindata/go-bindata/...
$(GOVVV):
$(GO) install github.com/ahmetb/govvv
GOSUMDB=off $(GO) install github.com/ahmetb/govvv
$(GOLANGCI_LINT):
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
sh -s -- -b $(GOBIN) v1.42.1

0 comments on commit d26405c

Please sign in to comment.