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:
parent
5de328178c
commit
e4ba82678f
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user