diff --git a/.github/workflows/go_test.yml b/.github/workflows/go_test.yml index f319f18..5b259b8 100644 --- a/.github/workflows/go_test.yml +++ b/.github/workflows/go_test.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - go-version: [1.23.x, 1.24.x] + go-version: [ '1.24.x', '1.25.x' ] os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: