Skip to content

Commit 3f16f0b

Browse files
authored
Merge pull request #774 from kubernetes-csi/dependabot/github_actions/golangci/golangci-lint-action-6
chore(deps): bump golangci/golangci-lint-action from 5 to 6
2 parents aad97a2 + efe7cd0 commit 3f16f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yaml

+1-1
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@v5
16+
uses: golangci/golangci-lint-action@v6
1717
with:
1818
version: v1.54
1919
args: -E=gofmt,unused,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,contextcheck,depguard,dogsled,durationcheck,errname,forbidigo -D=staticcheck --timeout=30m0s

0 commit comments

Comments
 (0)