Skip to content

Commit

Permalink
build: bump golangci-lint-action
Browse files Browse the repository at this point in the history
Resolves issue where it would panic on `load embedded ruleguard rules`.
  • Loading branch information
mappt committed Feb 29, 2024
1 parent 84e3ea5 commit 4948927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.45
version: v1.52

0 comments on commit 4948927

Please sign in to comment.