diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 195787f9..4b28cdc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,7 +159,9 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.24' ] + go-version: + - '1.24' + - '1.25' needs: - dependabot if: needs.dependabot.outputs.package-ecosystem != 'npm_and_yarn'