CI: enable Go 1.13 again

Dockre/Moby still builds runc with Go 1.13, so we should still support
Go 1.13.

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2021-04-30 19:15:51 +09:00
parent e2dd9220dd
commit ee4612bcdc
+2 -1
View File
@@ -19,7 +19,8 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x]
# Dockre/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", ""]