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.
2 parents 5953c9d + 82336ad commit f626f40Copy full SHA for f626f40
1 file changed
Makefile
@@ -26,7 +26,7 @@ lint: scripts/golangci-lint
26
.PHONY: lint
27
28
scripts/golangci-lint: Makefile
29
- @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./scripts v1.61.0
+ @curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./scripts v1.62.0
30
31
## jslint: enforce a consistent code style for Js code
32
jslint: scripts/node_modules
0 commit comments