1
0
mirror of https://github.com/opencontainers/runtime-spec.git synced 2026-02-05 09:45:57 +01:00
Files
runtime-spec/.github/workflows
Tianon Gravi a257bebddf Add minimum supported Go version to CI (#1303)
* Add minimum supported Go version to CI

On top of automatically testing against the two most recent releases (what Go upstream supports), also test explicitly against our lower bound.

As noted in the previous change, don't have a `go.mod` to source this information from, so it's simply hard-coded in this file instead.

(I chose 1.21 as that was the lowest version we were testing against previously, but it's possible that could go lower or actually reasonably needs to go higher.)

Signed-off-by: Tianon Gravi <admwiggin@gmail.com>

* Add explicit `GOTOOLCHAIN=local` in CI

Signed-off-by: Tianon Gravi <admwiggin@gmail.com>

---------

Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
2025-10-26 06:31:28 +09:00
..