Fix invalid option in pipeline

This commit is contained in:
Deluan 2022-09-26 22:56:17 -04:00 committed by Joe Stump
parent 8dfbf37548
commit 8380f4a2cf
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

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