ci: test on go 1.14 (#138)

Add go 1.14 to CI testing. Upgrade golang.org/x/tools dependency to resolve golang/go#37617.
This commit is contained in:
Michael McLoughlin
2020-04-25 01:27:57 -07:00
committed by GitHub
parent 6df701fe67
commit f891fe8d97
6 changed files with 22 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.13.x]
go-version: [1.13.x, 1.14.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
@@ -53,7 +53,7 @@ jobs:
lint:
strategy:
matrix:
go-version: [1.13.x]
go-version: [1.14.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
@@ -77,7 +77,7 @@ jobs:
thirdparty:
strategy:
matrix:
go-version: [1.13.x]
go-version: [1.13.x, 1.14.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps: