set GO111MODULE=off when go getting

This commit is contained in:
i-norden 2022-01-07 13:07:57 -06:00
parent d313d4823e
commit 858d6ee85a

View File

@ -4,7 +4,7 @@ BIN = $(GOPATH)/bin
## Migration tool
GOOSE = $(BIN)/goose
$(BIN)/goose:
go get -u github.com/pressly/goose/cmd/goose
GO111MODULE=off go get -u github.com/pressly/goose/cmd/goose
.PHONY: installtools
installtools: | $(GOOSE)