We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce75fb commit 1d557ebCopy full SHA for 1d557eb
.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@v6
+ uses: golangci/golangci-lint-action@v7
17
with:
18
version: v1.60
19
args: -E=gofmt,unused,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,contextcheck,depguard,dogsled,durationcheck,errname,forbidigo -D=staticcheck --timeout=30m0s
0 commit comments