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`.

Add setting up go since new version doesn't any longer
  • Loading branch information
mappt committed Feb 29, 2024
1 parent 80bfae8 commit bc4b43f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/[email protected]
with:
go-version: 1.17.x
- name: Lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.45
version: v1.51

0 comments on commit bc4b43f

Please sign in to comment.