Merge pull request #3299 from kolyshkin/1.0-go-1.17

[1.0]: ci: add go 1.17, drop go 1.15
This commit is contained in:
Akihiro Suda
2021-12-03 16:38:58 +09:00
committed by GitHub
+1 -1
View File
@@ -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", ""]