We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5370b4e commit 8e8e0abCopy full SHA for 8e8e0ab
Makefile
@@ -38,7 +38,7 @@ brew-lint-depends:
38
39
.PHONY: debian-lint-depends # Install linting tools on Debian
40
debian-lint-depends:
41
- 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
42
43
.PHONY: install-generators # Install Go code generators
44
install-generators:
0 commit comments