Merge pull request #656 from kubernetes-csi/dependabot/github_actions/golangci/golangci-lint-action-5

chore(deps): bump golangci/golangci-lint-action from 4 to 5
This commit is contained in:
Andy Zhang 2024-04-26 08:38:52 +08:00 committed by GitHub
commit 074adba405
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ jobs:
go-version: ^1.19
- uses: actions/checkout@master
- name: Run linter
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v5
with:
version: v1.54
args: -E=gofmt,unused,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,contextcheck --timeout=30m0s