diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index f4ac486..7d19a5f 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -13,9 +13,8 @@ jobs: name: go-test strategy: matrix: - go-version: [1.21.x, 1.22.x] - # XXX: is it actually useful to run unit tests on macOS? - platform: [ubuntu-latest, macos-latest] + go-version: [1.22.x, 1.23.x, 1.24.x] + platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v4