From f73fdc9af57be0ec45e0cc773f7a1b142875d26d Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 29 Jan 2021 02:36:41 +0900 Subject: [PATCH] Revert "Add 1.16rc1 to the GitHub workflow tests" This reverts commit 2110a976aa965fca64882d941d91f1e2c143ca8c. Reason: This didn't work.x --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c2215d7f..10976d87b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: 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 }} runs-on: ${{ matrix.os }} env: