From c58188c60a8b27c142b90095716ba8279723769e Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Sun, 21 Oct 2018 17:36:41 +0200 Subject: [PATCH] Update golint path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc9ed95..dfdcdec 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ check-js: (cd ui && npm run testformat) download-tools: - go get github.com/golang/lint/golint + go get golang.org/x/lint/golint go get github.com/fzipp/gocyclo go get -u github.com/gobuffalo/packr/... go get -u github.com/go-swagger/go-swagger/cmd/swagger