1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-01-22 03:39:08 +02:00

Dropped support of Go 1.13

This commit is contained in:
Tim Voronov 2021-09-02 22:43:59 -04:00
parent 86d5e454e1
commit 0cb7623a7f

View File

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