Update Go to 1.16.0 for the tests

This commit is contained in:
Hajime Hoshi 2021-02-17 14:57:10 +09:00
parent 969964cb46
commit e873b386a0

View File

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