Skip to content

Commit 7732e28

Browse files
committed
Update golangci-lint to v1.32.0
1 parent 435f607 commit 7732e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ lint: bin/golangci-lint
2626
.PHONY: lint
2727

2828
bin/golangci-lint: Makefile
29-
@curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.31.0
29+
@curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.32.0
3030

3131
## jslint: enforce a consistent code style for Js code
3232
jslint: ./node_modules/.bin/eslint

0 commit comments

Comments
 (0)