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 }}
|
- name: Set up Go ${{ matrix.go_version }}
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
stable: '!contains(${{ matrix.go_version }}, "beta") && !contains(${{ matrix.go_version }}, "rc")'
|
|
||||||
go-version: ${{ matrix.go_version }}
|
go-version: ${{ matrix.go_version }}
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue