ci: add Go 1.25rc1 to tested Go versions (#5224)

* ci: add Go 1.25rc1 to tested Go versions

* fix rc name
This commit is contained in:
Marten Seemann
2025-06-17 11:13:09 +08:00
committed by GitHub
parent d33d293fd2
commit e536ee6ebb
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ "1.23.x", "1.24.x" ]
go: [ "1.23.x", "1.24.x", "1.25.0-rc.1" ]
runs-on: ${{ fromJSON(vars['CROSS_COMPILE_RUNNER_UBUNTU'] || '"ubuntu-latest"') }}
name: "Cross Compilation (Go ${{matrix.go}})"
timeout-minutes: 30