From ddf23102859fb929e47cba62fb87e43f7cb2867c Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 3 Aug 2021 22:47:39 +0900 Subject: [PATCH] Update Go to 1.17.0-rc2 for testing --- .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 1b6de7b35..d559050e3 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.15.14', '1.16.6', '1.17.0-rc1'] + go: ['1.15.14', '1.16.6', '1.17.0-rc2'] name: Test with Go ${{ matrix.go }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} env: