From cd8eda852407051da6dbcd8431226ed47861a57c Mon Sep 17 00:00:00 2001 From: John Wang Date: Mon, 2 Sep 2024 06:23:00 -0700 Subject: [PATCH] ci: go test: update go versions --- .github/workflows/test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e807af7..5cd9109 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,8 +11,7 @@ jobs: test: strategy: matrix: - go-version: [1.22.x] - # platform: [ubuntu-latest] + go-version: [1.23.x, 1.22.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: