build: test build on Go 1.24 and 1.25

This commit is contained in:
Vincent Bernat
2025-08-13 22:46:28 +02:00
parent b6eca2d721
commit 1b207da804

View File

@@ -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'