From 839cb9a72499ba6ca0769b44fb1d5abd4b06e80d Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 17 Jul 2024 10:38:35 +0900 Subject: [PATCH] .github/workflows: update Go 1.23 --- .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 a356152c5..81ee0f219 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.19.x', '1.20.x', '1.21.x', '1.22.x', '1.23.0-rc.1'] + go: ['1.19.x', '1.20.x', '1.21.x', '1.22.x', '1.23.0-rc.2'] name: Test with Go ${{ matrix.go }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} env: