ci: add Go 1.14 to matrix (#152)

Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>

Co-authored-by: James Mills <prologic@shortcircuit.net.au>
This commit is contained in:
Ignacio Hagopian 2020-05-05 02:00:20 -03:00 committed by GitHub
parent dae196a820
commit ea2fb512a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@ jobs:
name: Build and Test
strategy:
matrix:
go-version: [1.12.x, 1.13.x]
go-version: [1.12.x, 1.13.x, 1.14.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps: