From e4c3961fe783e204d622e46e750befe047da055b Mon Sep 17 00:00:00 2001 From: Antoine Mercadal Date: Mon, 7 Oct 2019 15:45:14 -0700 Subject: [PATCH] fixed: remove usless tool installation --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 7d144df..7983fd5 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,7 @@ PROJECT_RELEASE ?= dev # Until we support go.mod properly export GO111MODULE = on -ci: init lint test codecov - -init: - go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@latest +ci: lint test codecov lint: # --enable=unparam