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),