From bc42cb31c364b7a59b0dc77cbebcb136a8d2ce92 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 12 Mar 2021 22:11:17 +0900 Subject: [PATCH] Update Go versions at the test --- .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 668f1328a..74028e399 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.9', '1.16.1'] + go: ['1.13.15', '1.14.15', '1.15.10', '1.16.2'] name: Test with Go ${{ matrix.go }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} env: