diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f4056c9a..6501ff63b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: # 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] + go-version: [1.13.x, 1.16.x, 1.17.x] rootless: ["rootless", ""] race: ["-race", ""]