Add Go 1.14 to CI

This commit is contained in:
Christian Rocha
2020-07-29 17:12:10 -04:00
committed by GitHub
parent e98068d48d
commit a661e7bf30

View File

@@ -4,7 +4,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
go-version: [1.11.x, 1.12.x, 1.13.x] go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x]
platform: [ubuntu-latest, macos-latest] platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
env: env: