Added EOL for Ubuntu 21.10 (#1131)

As per (https://wiki.ubuntu.com/Releases) and (https://ubuntu.com/about/release-cycle), Ubuntu 21.10 is supported until July 2022
This commit is contained in:
Simran Munot
2021-07-20 15:55:01 +05:30
committed by GitHub
parent 9b3fba04f9
commit 0e52fde047

View File

@@ -50,6 +50,7 @@ var (
"20.04": time.Date(2030, 4, 23, 23, 59, 59, 0, time.UTC),
"20.10": time.Date(2021, 7, 22, 23, 59, 59, 0, time.UTC),
"21.04": time.Date(2022, 1, 22, 23, 59, 59, 0, time.UTC),
"21.10": time.Date(2022, 7, 22, 23, 59, 59, 0, time.UTC),
}
)