We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a554e94 commit 1fd130bCopy full SHA for 1fd130b
Makefile
@@ -165,7 +165,7 @@ mockgen: ## Download mockgen locally if necessary.
165
166
GOLINT = $(shell pwd)/bin/golangci-lint
167
golint: ## Download golangci-lint locally if necessary.
168
- @[ -f $(GOLINT) ] || curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell pwd)/bin v1.43.0
+ $(call go-get-tool,$(GOLINT),github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.2)
169
170
# go-get-tool will 'go get' any package $2 and install it to $1.
171
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
0 commit comments