diff --git a/Makefile b/Makefile index 8da84e50271..b9224f17df1 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ lint: scripts/golangci-lint .PHONY: lint scripts/golangci-lint: Makefile - @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./scripts v1.54.1 + @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./scripts v1.55.0 ## jslint: enforce a consistent code style for Js code jslint: scripts/node_modules