diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cb8853..a38554d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - go-version: [1.17, 1.23, 1.24] # oldest supported version and latest 2 versions + go-version: [1.17, 1.25, 1.26] # oldest supported version and latest 2 versions runs-on: ${{ matrix.os }} permissions: contents: read