From 5bf1934a709c8991360b304c74258a9db9c7bf76 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 3 Aug 2022 02:15:32 +0900 Subject: [PATCH] .github/workflow: update for Go 1.19 --- .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 da882b25f..1a6ccf63f 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.x', '1.16.x', '1.17.x', '1.18.x', '1.19.0-rc.2'] + go: ['1.15.x', '1.16.x', '1.17.x', '1.18.x', '1.19.x'] name: Test with Go ${{ matrix.go }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} env: