Update max CI Golang version to 1.16.x

This commit is contained in:
Aaron Lindsay 2021-03-16 15:42:19 -04:00
parent e76c697cad
commit 12ea3b7e8b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
go-version: [1.13.x, 1.15.x, 1.16.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps: