move CI to go1.15 and go1.16 (#11570)

This commit is contained in:
Harshavardhana
2021-02-18 09:42:32 -08:00
committed by GitHub
parent 8a6b13c239
commit 0f5ca83418
4 changed files with 3 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.15.x, 1.16.x]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2