Skip to content

Commit

Permalink
fix lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
iCell committed Oct 24, 2024
1 parent 59d44d9 commit affa1ae
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.54.1
version: v1.56
only-new-issues: true
args: --timeout=5m

0 comments on commit affa1ae

Please sign in to comment.