Skip to content

Commit

Permalink
Pin golangci-lint-action version as a workaround to fix the pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed May 6, 2024
1 parent 544ae90 commit 2470471
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: latest
# TODO: revert to latest when this issue is resolved: https://github.com/golangci/golangci-lint/issues/4695
version: v1.57.2
github-token: ${{ secrets.GITHUB_TOKEN }}
args: --timeout 2m

Expand Down

0 comments on commit 2470471

Please sign in to comment.