Skip to content

Commit

Permalink
update linter settings (#3290)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang authored Jan 22, 2025
1 parent 442581d commit 5248619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
uses: actions/checkout@v3

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: latest
version: v1.63
args: --config=.github/linters/.golangci.yml
only-new-issues: true

0 comments on commit 5248619

Please sign in to comment.