diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8345e6815..08927b42d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - go-version: ["1.21", "1.22", "1.23"] + go-version: ["1.21", "1.22", "1.23", "1.24", "1.25"] runs-on: ${{ matrix.os }} steps: - name: Checkout