Skip to content

Commit

Permalink
chore: fix golang lint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyasdf committed Jul 3, 2023
1 parent 44838ff commit 4f60073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
with:
go-version: 1.20.4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3.1.0
uses: golangci/golangci-lint-action@v3.6.0
with:
version: v1.47.3
version: v1.53
args: --timeout 300s --skip-dirs-use-default -v -E goconst -E gofmt -E ineffassign -E goimports -E revive -E misspell -E vet -E deadcode

go-test:
Expand Down

0 comments on commit 4f60073

Please sign in to comment.