diff --git a/Makefile b/Makefile index 8fa69ec..5b8714d 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ brew-lint-depends: .PHONY: debian-lint-depends # Install linting tools on Debian debian-lint-depends: - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/bin v1.62.2 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/bin v1.63.0 .PHONY: install-generators # Install Go code generators install-generators: