Add 1.16rc1 to the GitHub workflow tests

This commit is contained in:
Hajime Hoshi 2021-01-29 02:35:09 +09:00
parent 87c8625692
commit 2110a976aa

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.13.15', '1.14.14', '1.15.7']
go: ['1.13.15', '1.14.14', '1.15.7', '1.16rc1']
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env: