diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9ccafebf..4d51d502 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: name: Lint strategy: matrix: - go-version: [1.25.x, 1.26.x] + go-version: [1.25.10, 1.26.x] runs-on: ubuntu-latest steps: - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c21b0874..1f77adbd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: [1.25.x, 1.26.x] + go-version: [1.25.10, 1.26.x] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{matrix.platform}} steps: