From 1fe545611f959651cbe5c870f9759291c2c93f97 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Wed, 12 Feb 2025 13:13:30 +0900 Subject: [PATCH] .github/workflows: add Go 1.24 --- .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 e49a8fff3..114cf1071 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', '1.24.0-rc.2'] + go: ['1.22.x', '1.23.x', '1.24.x'] name: Test with Go ${{ matrix.go }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} env: