diff --git a/Makefile b/Makefile index 9675b30b4..c813a9032 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ scm-source.json: .git echo '{\n "url": "git:$(GITURL)",\n "revision": "$(GITHEAD)",\n "author": "$(USER)",\n "status": "$(GITSTATUS)"\n}' > scm-source.json tools: - @go get -u honnef.co/go/staticcheck/cmd/staticcheck + @go get -u honnef.co/go/tools/cmd/staticcheck @go get -u github.com/Masterminds/glide fmt: