diff --git a/Makefile b/Makefile index b14a89ca..2f84a391 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ ifndef HAS_GOLANGCI_LINT ifndef HAS_CURL $(error You must install curl) endif - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.41.1 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.42.1 endif ifndef HAS_GIT $(error You must install Git)