diff --git a/Makefile b/Makefile index 4b58c7cb..18f9ce5e 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,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.24.0 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.25.0 endif ifndef HAS_COLORGO @echo "=> Installing colorgo tool"