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 cbe92bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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

0 comments on commit cbe92bf

Please sign in to comment.