Skip to content

Commit

Permalink
chore: upgrade golangci-lint with new flag
Browse files Browse the repository at this point in the history
`only-new-issues` reports only issues in the modified PR. This improves
cache read and write time which attribute to 99%+ of the time spent.
  • Loading branch information
Sunil Shivanand committed Mar 24, 2023
1 parent 6da1636 commit ce1865f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
cache: true
- uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4.0
with:
version: v1.50.1
version: v1.52.1
args: --timeout 5m
only-new-issues: true
yaml-lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ce1865f

Please sign in to comment.