We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eefad9b + 8c101a1 commit 6484524Copy full SHA for 6484524
.github/workflows/static.yaml
@@ -13,7 +13,7 @@ jobs:
13
go-version: ^1.19
14
- uses: actions/checkout@master
15
- name: Run linter
16
- uses: golangci/golangci-lint-action@v5
+ uses: golangci/golangci-lint-action@v6
17
with:
18
version: v1.54
19
args: -E=gofmt,unused,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,depguard,dogsled,durationcheck,errname,forbidigo -D=staticcheck --timeout=30m0s
0 commit comments