From 9db412a47ff577bc28a5a7d27bdbf0b7c2c6a5f6 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 29 Jan 2025 03:14:04 +0900 Subject: [PATCH] .github/workflows: add Go 1.24 rc2 to 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 61ca5586c..b6261eaf0 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.22.x', '1.23.x'] + go: ['1.22.x', '1.23.x', '1.24.0-rc.2'] name: Test with Go ${{ matrix.go }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} env: