aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f563c5..43bae42 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ errcheck:
.PHONY: staticcheck
staticcheck:
- go install ./vendor/honnef.co/go/staticcheck/cmd/staticcheck
+ go install ./vendor/honnef.co/go/tools/cmd/staticcheck
staticcheck $(PKGS)
.PHONY: pretest