Skip to content

Commit

Permalink
Update lint job
Browse files Browse the repository at this point in the history
  • Loading branch information
elffjs committed May 14, 2024
1 parent 6dceac4 commit aa98e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
go-version: 1.21.x

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: latest
only-new-issues: false

0 comments on commit aa98e43

Please sign in to comment.