From fa483ad2672d4508299133c6e6e454183f3a8a4c Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 21 Dec 2023 01:53:19 +0900 Subject: [PATCH] .github/workflows: add Go 1.22.0-rc.1 --- .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 b031b7911..43c501006 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.18.x', '1.19.x', '1.20.x', '1.21.x'] + go: ['1.18.x', '1.19.x', '1.20.x', '1.21.x', '1.22.0-rc.1'] name: Test with Go ${{ matrix.go }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} env: