Skip to content

Commit

Permalink
Merge pull request #441 from andyzhangx/fix-golinter
Browse files Browse the repository at this point in the history
test: fix golinter error
  • Loading branch information
andyzhangx authored Apr 5, 2022
2 parents 716788a + fb31264 commit 60844e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- name: Run linter
uses: golangci/golangci-lint-action@v2
with:
version: v1.43
version: v1.45
args: -E=gofmt,deadcode,unused,varcheck,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,contextcheck --timeout=30m0s

0 comments on commit 60844e1

Please sign in to comment.