mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
[1.1] ci/gha: rm unsup Go 1.19.x, add 1.21.x
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go-version: [1.17.x, 1.19.x, 1.20.x]
|
||||
go-version: [1.17.x, 1.20.x, 1.21.x]
|
||||
rootless: ["rootless", ""]
|
||||
race: ["-race", ""]
|
||||
criu: [""]
|
||||
|
||||
@@ -8,7 +8,7 @@ on:
|
||||
- release-*
|
||||
pull_request:
|
||||
env:
|
||||
GO_VERSION: 1.19.x
|
||||
GO_VERSION: 1.20.x
|
||||
|
||||
jobs:
|
||||
keyring:
|
||||
|
||||
Reference in New Issue
Block a user