ci: run CI on latest two versions of Go (#429)

This commit is contained in:
Paul Jolly
2020-10-06 14:39:46 +01:00
committed by GitHub
parent ed72c5a0b8
commit 3dccd0b0c0

View File

@@ -13,7 +13,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
go_version: ["1.13.9", "1.14.1"] go_version: ["1.14.9", "1.15.2"]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout code - name: Checkout code