diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 53bbed8..e7bc500 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: test: strategy: matrix: - go-version: [1.22.x] + go-version: [1.24.x, 1.25.x] os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: