1
0
mirror of https://github.com/opencontainers/runtime-spec.git synced 2026-02-05 09:45:57 +01:00

Add Go v1.21 and v1.22 to GitHub Actions CI matrix

This change adds Go v1.21 and v1.22 to the CI matrix and drops Go v1.19
and v1.20 since they will no longer be getting updates.

Signed-off-by: Austin Vazquez <macedonv@amazon.com>
This commit is contained in:
Austin Vazquez
2024-02-11 20:03:02 +00:00
parent 68346ed538
commit 8547911370
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
go: [1.19.x, 1.20.x]
go: [1.21.x, 1.22.x]
steps:
- name: checkout source code

View File

@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
go: [1.19.x, 1.20.x]
go: [1.21.x, 1.22.x]
steps:
- name: checkout source code