diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c606485..fbf72e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: test: strategy: matrix: - go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x] + go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x, 1.23.x, 1.24.x, 1.25.x] os: [windows-latest, ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: