mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
github: workflows: fix tiny typo
Tiny spelling fix - it's called "docker", not "dockre". Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# Dockre/Moby still builds runc with Go 1.13, so we should still support Go 1.13.
|
||||
# Docker/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