Skip to content

Commit e73ff66

Browse files
committed
[1.0] ci: add Go 1.17, drop Go 1.15
Add Go 1.17, grop 1.15 from CI; since 1.17 release 1.15 is unsupported. Keep 1.13 in 1.0 branch, since an older version of Docker/Moby might use it. Keep 1.16 in Dockerfile, since this is a stable branch and we'd rather not swap horses in the middle of the stream. This corresponds to commit a587180 in main branch. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 02d2e1f commit e73ff66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
# Docker/Moby still builds runc with Go 1.13, so we should still support Go 1.13.
21-
go-version: [1.13.x, 1.15.x, 1.16.x]
21+
go-version: [1.13.x, 1.16.x, 1.17.x]
2222
rootless: ["rootless", ""]
2323
race: ["-race", ""]
2424

0 commit comments

Comments
 (0)