Skip to content

Commit 3955db5

Browse files
authored
Merge pull request #1241 from kubernetes-sigs/dependabot/github_actions/golangci/golangci-lint-action-4
chore(deps): bump golangci/golangci-lint-action from 3 to 4
2 parents d3041f3 + 8cb72db commit 3955db5

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,depguard,dogsled,durationcheck,errname,forbidigo -D=staticcheck --timeout=30m0s

0 commit comments

Comments
 (0)