Skip to content

Commit

Permalink
chore: pin the golangci-lint version until upstream bug is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Jun 2, 2023
1 parent 7350823 commit fd364ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=180s
# temporarily pin the linter version until
# https://github.com/golangci/golangci-lint/issues/3862 is fixed
version: v1.52.2
commitlint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fd364ea

Please sign in to comment.