diff --git a/Makefile b/Makefile index 13d7b68a1..7cd2b2ddf 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ COVERPROFILE := test/output/coverprofile.out .PHONY: revendor revendor: - @dep ensure -update -v + @env GO111MODULE=on go get -u -v .PHONY: build build: diff --git a/VERSION b/VERSION index 9400325a4..f7fbf5e7a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0-dev \ No newline at end of file +v0.7.0-dev \ No newline at end of file