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 e048007 + 2990452 commit 67cd8b3Copy full SHA for 67cd8b3
.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@v4
+ uses: golangci/golangci-lint-action@v5
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