From 3230f283080be50d9677124c7848f8a903ffac6f Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Sat, 3 Oct 2020 11:08:11 -0400 Subject: [PATCH] Different approach for installing the ci tool --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 599e46f..849fd6e 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ lint:: ## Runs the golangci-lint tool @golangci-lint run install-lint-ci: ## Installs the linter for Travis - @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.31.0 + @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.31.0 release:: ## Runs common.release then runs godocs @$(MAKE) godocs