ci: bump to go 1.16 (#166)

Required updates to the thirdparty test suite due to modules changes in go toolchain.
This commit is contained in:
Michael McLoughlin
2021-04-19 14:34:35 -07:00
committed by GitHub
parent f798093d69
commit 6bad393fdc
3 changed files with 26 additions and 6 deletions

View File

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