ci/gha: drop Go 1.13

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2021-07-19 15:10:04 -07:00
parent a952b5aaae
commit 6215b2f33f
+1 -2
View File
@@ -17,8 +17,7 @@ jobs:
strategy:
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.15.x, 1.16.x]
rootless: ["rootless", ""]
race: ["-race", ""]