diff --git a/Makefile b/Makefile index 65eac21..52231f0 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,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.61.0 + @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- v1.63.1 ## clean: clean the generated files and directories clean: