From c83c6968b14ed3647b836928ca2f32945d0187b6 Mon Sep 17 00:00:00 2001 From: Shintaro Kaneko Date: Wed, 1 Jan 2020 19:58:06 +0900 Subject: [PATCH] Fix golint installation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14ea375..02a3149 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ verify-github-token: golint: ifndef HAVE_GOLINT @echo "Installing linter" - @go get -u github.com/golang/lint/golint + @go get -u golang.org/x/lint/golint endif gocyclo: