Merge pull request #607 from kubernetes-csi/dependabot/github_actions/golangci/golangci-lint-action-4

chore(deps): bump golangci/golangci-lint-action from 3 to 4
This commit is contained in:
Kubernetes Prow Robot 2024-02-09 19:21:32 -08:00 committed by GitHub
commit 4e53a61c61
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@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.54
args: -E=gofmt,unused,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,contextcheck --timeout=30m0s