From 1b2abc89ae45350b473c66c3e69218d5236cf52d Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 10 Jun 2021 12:29:33 +0200 Subject: [PATCH] github: workflows: fix tiny typo Tiny spelling fix - it's called "docker", not "dockre". Signed-off-by: Enrico Weigelt, metux IT consult --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc46afe62..47be58044 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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", ""]