From bb7f9950e12d713b7637f36a3f88ef0a92fcd1ff Mon Sep 17 00:00:00 2001 From: Murat Kabilov Date: Tue, 26 Sep 2017 14:45:34 +0200 Subject: [PATCH] fix staticcheck tool url --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9675b30b4..c1d8fe3eb 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/staticcheck @go get -u github.com/Masterminds/glide fmt: