1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-04 10:35:08 +02:00

Fixed go versioning

This commit is contained in:
Tim Voronov 2020-06-22 17:33:11 -04:00
parent 5de328178c
commit e4ba82678f

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goVer: [1.12 1.13, 1.14]
goVer: [1.12, 1.13, 1.14]
steps:
- name: Set up Go ${{ matrix.goVer }}
uses: actions/setup-go@v2