From e873b386a069e767625c11e2f895957707d81ead Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 17 Feb 2021 14:57:10 +0900 Subject: [PATCH] Update Go to 1.16.0 for the tests --- .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 c36992f9b..21684cb08 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.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 }} runs-on: ${{ matrix.os }} env: