Merge pull request #666 from kubernetes-csi/dependabot/github_actions/golangci/golangci-lint-action-6

chore(deps): bump golangci/golangci-lint-action from 5 to 6
This commit is contained in:
Kubernetes Prow Robot 2024-05-07 18:51:22 -07:00 committed by GitHub
commit ae75bbcc98
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@v5
uses: golangci/golangci-lint-action@v6
with:
version: v1.54
args: -E=gofmt,unused,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,contextcheck --timeout=30m0s