From 3086e2760fe39120074a94d402bbc256bb70ba3c Mon Sep 17 00:00:00 2001 From: Shigechika AIKAWA Date: Wed, 23 Jun 2021 08:14:38 +0900 Subject: [PATCH] fix Ubuntu 20.10 End of Life on July 22 2021 (#1256) --- config/os.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/os.go b/config/os.go index b0c134df..fe0d4796 100644 --- a/config/os.go +++ b/config/os.go @@ -132,10 +132,10 @@ func GetEOL(family, release string) (eol EOL, found bool) { StandardSupportUntil: time.Date(2025, 4, 1, 23, 59, 59, 0, time.UTC), }, "20.10": { - StandardSupportUntil: time.Date(2021, 7, 1, 23, 59, 59, 0, time.UTC), + StandardSupportUntil: time.Date(2021, 7, 22, 23, 59, 59, 0, time.UTC), }, "21.04": { - StandardSupportUntil: time.Date(2022, 1, 1, 23, 59, 59, 0, time.UTC), + StandardSupportUntil: time.Date(2022, 1, 22, 23, 59, 59, 0, time.UTC), }, "21.10": { StandardSupportUntil: time.Date(2022, 7, 1, 23, 59, 59, 0, time.UTC),