diff --git a/Makefile b/Makefile index 1421ad5f..4f38394b 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ godep: @go get -u github.com/golang/dep/... golint: - @go get github.com/golang/lint/golint + @go get -u golang.org/x/lint/golint gomegacheck: @go get honnef.co/go/tools/cmd/megacheck