Skip to content

Commit bb7f995

Browse files
committed
fix staticcheck tool url
1 parent 9a66e09 commit bb7f995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ scm-source.json: .git
5959
echo '{\n "url": "git:$(GITURL)",\n "revision": "$(GITHEAD)",\n "author": "$(USER)",\n "status": "$(GITSTATUS)"\n}' > scm-source.json
6060

6161
tools:
62-
@go get -u honnef.co/go/staticcheck/cmd/staticcheck
62+
@go get -u honnef.co/go/tools/staticcheck
6363
@go get -u github.com/Masterminds/glide
6464

6565
fmt:

0 commit comments

Comments
 (0)