* ci: add Go 1.26rc1 to tested Go versions
* don't run golangci-lint on Go 1.26 yet
strategy:
fail-fast: false
matrix:
- go: [ "1.24.x", "1.25.x" ]
+ go: [ "1.24.x", "1.25.x", "1.26.0-rc.1" ]
runs-on: ${{ fromJSON(vars['CROSS_COMPILE_RUNNER_UBUNTU'] || '"ubuntu-latest"') }}
name: "Cross Compilation (Go ${{matrix.go}})"
timeout-minutes: 30
fail-fast: false
matrix:
os: [ "ubuntu" ]
- go: [ "1.24.x", "1.25.x" ]
+ go: [ "1.24.x", "1.25.x", "1.26.0-rc.1" ]
race: [ false ]
include:
- os: "ubuntu"
fail-fast: false
matrix:
os: [ "ubuntu", "windows", "macos" ]
- go: [ "1.24.x", "1.25.x" ]
+ go: [ "1.24.x", "1.25.x", "1.26.0-rc.1" ]
runs-on: ${{ fromJSON(vars[format('UNIT_RUNNER_{0}', matrix.os)] || format('"{0}-latest"', matrix.os)) }}
name: Unit tests (${{ matrix.os}}, Go ${{ matrix.go }})
timeout-minutes: 30