mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Pin golangci-lint-action version as a workaround to fix the pipeline.
See https://github.com/golangci/golangci-lint/issues/4695
This commit is contained in:
parent
544ae90ec1
commit
2470471b2b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pipeline.yml
vendored
3
.github/workflows/pipeline.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue