chore(rocky): set Rocky Linux 9 EOL (#1495)

This commit is contained in:
MaineK00n
2022-07-27 02:48:10 +09:00
committed by GitHub
parent ab54266f9e
commit 2f3b8bf3cc
2 changed files with 10 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ func GetEOL(family, release string) (eol EOL, found bool) {
case constant.Rocky:
eol, found = map[string]EOL{
"8": {StandardSupportUntil: time.Date(2029, 5, 31, 23, 59, 59, 0, time.UTC)},
// "9": {StandardSupportUntil: time.Date(2032, 5, 31, 23, 59, 59, 0, time.UTC)},
"9": {StandardSupportUntil: time.Date(2032, 5, 31, 23, 59, 59, 0, time.UTC)},
}[major(release)]
case constant.Oracle:
eol, found = map[string]EOL{