update Go to 1.16, drop support for 1.14

This commit is contained in:
Marten Seemann
2021-02-17 12:08:48 +08:00
parent dd9f8e4a2b
commit 62a906de3c
19 changed files with 43 additions and 726 deletions

View File

@@ -5,9 +5,9 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ "1.14.x", "1.15.x", "1.16.0-rc1" ]
go: [ "1.15.x", "1.16.x" ]
runs-on: ubuntu-latest
name: Integration Tests, Go ${{ matrix.go }})
name: Integration Tests (Go ${{ matrix.go }})
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2