diff --git a/Makefile b/Makefile index 66dfb91..11274b8 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ lint: bin/golangci-lint .PHONY: lint bin/golangci-lint: Makefile - @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- v1.55.0 + @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- v1.58.1 ## tests: run the tests tests: