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", ""]