Skip to content

Commit

Permalink
Set golangci-lint version in CI to avoid new issues (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored May 24, 2024
1 parent 115422b commit 04c20ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
go-version: stable
- uses: golangci/golangci-lint-action@v4
with:
version: v1.57.2

tests:
# run after golangci-lint action to not produce duplicated errors
Expand Down

0 comments on commit 04c20ac

Please # to comment.