From d2be9beb2dae7598619bb2332b856fc0a1d649d3 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 11 Mar 2021 02:26:30 +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 21684cb08..668f1328a 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'] + go: ['1.13.15', '1.14.15', '1.15.9', '1.16.1'] name: Test with Go ${{ matrix.go }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} env: