diff --git a/Makefile b/Makefile index 33e8c38ed5..567c84e478 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ lint: lintci-deps: rm -f ./build/bin/golangci-lint - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.57.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./build/bin v1.63.4 goimports: goimports -local "$(PACKAGE)" -w .