Update Go versions to build/test against in CI to 1.14, 1.15 and 1.16

This commit is contained in:
James Mills 2021-06-08 22:55:06 +10:00
parent 89442bb269
commit 7e3d72c24f
No known key found for this signature in database
GPG key ID: AC4C014F1440EBD6

View file

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