Revert "Add 1.16rc1 to the GitHub workflow tests"

This reverts commit 2110a976aa.

Reason: This didn't work.x
This commit is contained in:
Hajime Hoshi 2021-01-29 02:36:41 +09:00
parent 2110a976aa
commit f73fdc9af5

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.14', '1.15.7', '1.16rc1'] go: ['1.13.15', '1.14.14', '1.15.7']
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: