Add Go 1.16.0-rc1 test

This commit is contained in:
Hajime Hoshi 2021-02-14 18:31:53 +09:00
parent 43ab55d88a
commit 2cdc7e7cfb

View File

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.13.15', '1.14.15', '1.15.8']
go: ['1.13.15', '1.14.15', '1.15.8', '1.16.0-rc1']
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
@ -23,6 +23,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
stable: false
- name: Install dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}