We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fb352 commit 52b0a66Copy full SHA for 52b0a66
.github/workflows/static.yaml
@@ -12,6 +12,7 @@ jobs:
12
- name: Run linter
13
uses: golangci/golangci-lint-action@v2
14
with:
15
- version: v1.43
+ go: '1.17'
16
+ version: v1.45
17
# https://golangci-lint.run/usage/linters/
18
args: -E=gofmt,deadcode,unused,varcheck,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,depguard,dogsled,dupl,durationcheck,errname,errorlint,forbidigo -D=staticcheck --timeout=30m0s
0 commit comments