Skip to content

Commit

Permalink
Use golangci-lint v1.62.2 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vasayxtx committed Dec 26, 2024
1 parent ec3e9db commit 1e0c6ca
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 @@ -30,7 +30,7 @@ jobs:
cache: false

- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: v1.56.1
version: v1.62.2
args: --timeout=5m

0 comments on commit 1e0c6ca

Please sign in to comment.