Skip to content

Commit 4e53a61

Browse files
authored
Merge pull request kubernetes-csi#607 from kubernetes-csi/dependabot/github_actions/golangci/golangci-lint-action-4
chore(deps): bump golangci/golangci-lint-action from 3 to 4
2 parents 8c7d6d8 + 4a769fc commit 4e53a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
go-version: ^1.19
1414
- uses: actions/checkout@master
1515
- name: Run linter
16-
uses: golangci/golangci-lint-action@v3
16+
uses: golangci/golangci-lint-action@v4
1717
with:
1818
version: v1.54
1919
args: -E=gofmt,unused,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,contextcheck --timeout=30m0s

0 commit comments

Comments
 (0)