Skip to content

Commit

Permalink
set gonosumdb
Browse files Browse the repository at this point in the history
  • Loading branch information
seanvaleo committed Jan 4, 2024
1 parent 042064d commit 88e9a3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export GOCACHE := $(shell pwd)/.gocache
# commented out the below since go 1.21.5 is broken
export GOMODCACHE := $(shell pwd)/.gomod
export GOFLAGS := -modcacherw
export GONOSUMDB := *

BINDIR := ../bin/linux/$(ARCH)
LIBDIR := ../lib/linux/$(ARCH)
Expand Down Expand Up @@ -75,12 +76,11 @@ clean:
$(RM) -rf -- bpf/vmlinux.h

## deps: install dependencies
deps: $(GO_BINDATA) $(GOVVV) $(GOLANGCI_LINT) $(TRIVY)
deps: goenv $(GO_BINDATA) $(GOVVV) $(GOLANGCI_LINT) $(TRIVY)
goenv:
$(GO) env
$(GO_BINDATA):
$(GO) env 1>&2
$(GO) version 1>&2
$(GO) install github.com/go-bindata/go-bindata/...
$(GO) version 1>&2
$(GOVVV):
$(GO) install github.com/ahmetb/govvv
$(GOLANGCI_LINT):
Expand Down

0 comments on commit 88e9a3c

Please sign in to comment.