mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
CI: enable Go 1.13 again
Dockre/Moby still builds runc with Go 1.13, so we should still support Go 1.13. Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
@@ -19,7 +19,8 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go-version: [1.14.x, 1.15.x, 1.16.x]
|
||||
# Dockre/Moby still builds runc with Go 1.13, so we should still support Go 1.13.
|
||||
go-version: [1.13.x, 1.15.x, 1.16.x]
|
||||
rootless: ["rootless", ""]
|
||||
race: ["-race", ""]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user