From 7524f990ba21685630025c5b46c4b52f1bb0fc80 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 22 Jun 2024 13:53:25 +0900 Subject: [PATCH] .github/workflows: add Go v1.23.0 to 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 645a26fcf..14310e552 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'] + go: ['1.19.x', '1.20.x', '1.21.x', '1.22.x', '1.23.0-rc.1'] name: Test with Go ${{ matrix.go }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} env: