Run test on Go 1.13 and 1.14

This commit is contained in:
Atsushi Watanabe
2020-03-26 22:19:59 +09:00
committed by Lukas Herman
parent 1026fd02c9
commit 4686587db4

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.13', '1.12' ]
go: [ '1.14', '1.13' ]
name: Go ${{ matrix.go }}
steps:
- name: Checkout