Skip to content

Commit

Permalink
Update golangci-lint to v1.46.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nono authored and paultranvan committed May 24, 2022
1 parent bd18ae1 commit f509770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lint: scripts/golangci-lint
.PHONY: lint

scripts/golangci-lint: Makefile
@curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b ./scripts v1.46.0
@curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./scripts v1.46.2

## jslint: enforce a consistent code style for Js code
jslint: scripts/node_modules
Expand Down

0 comments on commit f509770

Please sign in to comment.