set GO111MODULE=off when go getting
This commit is contained in:
parent
d313d4823e
commit
858d6ee85a
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ BIN = $(GOPATH)/bin
|
|||||||
## Migration tool
|
## Migration tool
|
||||||
GOOSE = $(BIN)/goose
|
GOOSE = $(BIN)/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
|
.PHONY: installtools
|
||||||
installtools: | $(GOOSE)
|
installtools: | $(GOOSE)
|
||||||
|
Loading…
Reference in New Issue
Block a user