Skip to content

Commit

Permalink
disable check
Browse files Browse the repository at this point in the history
  • Loading branch information
seanvaleo committed Jan 4, 2024
1 parent d26405c commit 15afe27
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ 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 @@ -80,9 +79,9 @@ deps: goenv $(GO_BINDATA) $(GOVVV) $(GOLANGCI_LINT) $(TRIVY)
goenv:
( cd .. && $(GO) env )
$(GO_BINDATA):
GOSUMDB=off $(GO) install github.com/go-bindata/go-bindata/...
GOINSECURE=* $(GO) install github.com/go-bindata/go-bindata/...
$(GOVVV):
GOSUMDB=off $(GO) install github.com/ahmetb/govvv
GOINSECURE=* $(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
Expand Down

0 comments on commit 15afe27

Please sign in to comment.