diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0c9efc9..40e73e6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-go@v5 with: - go-version: "1.24" + go-version: "1.25" cache: false - run: make check env: { SKIP_LINT: true } @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - go-version: ["1.23", "1.24", "1.25.0-rc.2"] + go-version: ["1.23", "1.24", "1.25"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v5