We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3960064 commit 2f186fdCopy full SHA for 2f186fd
standard.mk
@@ -65,7 +65,7 @@ gobuild: ## Build binary
65
66
.PHONY: gotest
67
gotest:
68
- go test $(TESTOPTS) $(shell go list -mod=readonly -e ./... | egrep -v "/(vendor)/")
+ go test $(TESTOPTS) $(shell GO111MODULE=$(GO111MODULE) go list -mod=readonly -e ./... | egrep -v "/(vendor)/")
69
70
.PHONY: envtest
71
envtest: isclean
0 commit comments