Skip to content

Commit

Permalink
update golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Jun 12, 2024
1 parent fe5e163 commit ed82bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
- uses: golangci/golangci-lint-action@v3.7.0
- uses: golangci/golangci-lint-action@v6
with:
version: v1.52.2
version: v1.54
only-new-issues: true
skip-pkg-cache: true
args: --timeout=3m

0 comments on commit ed82bfb

Please sign in to comment.