mirror of
https://github.com/opencontainers/runtime-spec.git
synced 2026-02-05 09:45:57 +01:00
ci: use oldstable and stable Go versions
The upside is, we don't have to bump the versions here every 6 months. The downside is, CI might break once the new Go is out. Overall I think it is net positive. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
go: [1.21.x, 1.22.x]
|
||||
go: [oldstable, stable]
|
||||
|
||||
steps:
|
||||
- name: checkout source code
|
||||
|
||||
Reference in New Issue
Block a user