Skip to content

Commit

Permalink
Bumping golangci-lint to v1.47.0 (from v1.44.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynom committed Jul 19, 2022
1 parent 0dafe26 commit e53cdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- run:
name: Lint
command: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.44.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.47.0
golangci-lint run
- run:
Expand Down

0 comments on commit e53cdf3

Please sign in to comment.