Fix invalid option in pipeline

This commit is contained in:
Deluan 2022-09-26 22:56:17 -04:00
parent dd57278ba2
commit afb31c3eae

View file

@ -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