diff --git a/Makefile b/Makefile index 53ad3a6..ada6f14 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ check: test .PHONY: install install: $(wildcard *.go) - $(GO) install -v -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' + $(GO) install -mod=vendor -v -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' .PHONY: build build: $(EXECUTABLE)