From b249fe889da5a5263e79c0f8bfc67cebb47964f3 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 14 Jul 2021 12:55:19 +0900 Subject: [PATCH] Update Go to 1.17.0-rc1 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 1a5b85842..1b6de7b35 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-beta1'] + go: ['1.15.14', '1.16.6', '1.17.0-rc1'] name: Test with Go ${{ matrix.go }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} env: