We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435f607 commit 7732e28Copy full SHA for 7732e28
Makefile
@@ -26,7 +26,7 @@ lint: bin/golangci-lint
26
.PHONY: lint
27
28
bin/golangci-lint: Makefile
29
- @curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.31.0
+ @curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.32.0
30
31
## jslint: enforce a consistent code style for Js code
32
jslint: ./node_modules/.bin/eslint
0 commit comments