Skip to content

Commit f626f40

Browse files
authored
Update golangci-lint to v1.62.0 (#4487)
2 parents 5953c9d + 82336ad commit f626f40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

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

2828
scripts/golangci-lint: Makefile
29-
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./scripts v1.61.0
29+
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./scripts v1.62.0
3030

3131
## jslint: enforce a consistent code style for Js code
3232
jslint: scripts/node_modules

0 commit comments

Comments
 (0)