Skip to content

Commit

Permalink
Merge pull request #536 from andyzhangx/fix-golint-error
Browse files Browse the repository at this point in the history
test: fix golint error
  • Loading branch information
andyzhangx committed Sep 9, 2022
2 parents 26caba4 + 3476171 commit d317436
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 @@ -10,7 +10,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@master
- name: Run linter
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.45
args: -E=gofmt,deadcode,unused,varcheck,ineffassign,revive,misspell,exportloopref,asciicheck,bodyclose,contextcheck --timeout=30m0s

0 comments on commit d317436

Please sign in to comment.