diff --git a/Makefile b/Makefile index 849fd6e..7ae0236 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 -- -b $(go env GOPATH)/bin v1.31.0 + @curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.31.0 release:: ## Runs common.release then runs godocs @$(MAKE) godocs