chore: bump up golangci-lint to v1.51.2

This commit is contained in:
Andy Pan 2023-03-09 00:51:06 +08:00
parent 22139c0295
commit b880b659f5
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
- name: Setup and run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
version: v1.51.2
args: --timeout 5m -v -E gofumpt -E gocritic -E misspell -E revive -E godot
test:
needs: lint