remove tests for ubuntu 19.x (EOL). Add ubuntu 18.04

pull/10464/head
Ilya Zuyev 2021-02-19 14:44:36 -08:00
parent 1be4937c5e
commit 2f1414c3db
1 changed files with 1 additions and 2 deletions

View File

@ -52,8 +52,7 @@ var distros = []string{
"ubuntu:latest",
"ubuntu:20.10",
"ubuntu:20.04",
"ubuntu:19.10",
"ubuntu:19.04",
"ubuntu:18.04",
}
var timeout = Minutes(10)