bump go version

- build docker image with go1.14
- test with go1.14 and go1.13
- also run `go mod tidy` to pick up a missed go.sum record
This commit is contained in:
Will Norris 2020-04-04 06:21:35 +00:00
parent 65aeb787ac
commit 8d8c59a928
3 changed files with 3 additions and 2 deletions

View file

@ -7,7 +7,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.x, 1.12.x]
go-version: [1.x, 1.13.x]
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}