workflows/ci: build with Go 1.14

Add a CI job to test building with Go 1.14 so that we don't
accidentally introduce regressions.
This commit is contained in:
brian m. carlson 2020-04-10 14:01:45 +00:00
parent 7dfe9fe110
commit 1de68dcc29
No known key found for this signature in database
GPG Key ID: 2D0C9BC12F82B3A1

@ -22,7 +22,7 @@ jobs:
name: Build with specific Go
strategy:
matrix:
go: ['1.12.x', '1.13.x']
go: ['1.12.x', '1.13.x', '1.14.x']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1