mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Fix invalid option in pipeline
This commit is contained in:
parent
dd57278ba2
commit
afb31c3eae
1 changed files with 0 additions and 1 deletions
1
.github/workflows/pipeline.yml
vendored
1
.github/workflows/pipeline.yml
vendored
|
@ -56,7 +56,6 @@ jobs:
|
|||
- name: Set up Go ${{ matrix.go_version }}
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
stable: '!contains(${{ matrix.go_version }}, "beta") && !contains(${{ matrix.go_version }}, "rc")'
|
||||
go-version: ${{ matrix.go_version }}
|
||||
id: go
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue