feat(os): add fedora 39 (#1788)

This commit is contained in:
MaineK00n
2023-11-08 23:47:46 +09:00
committed by GitHub
parent 323f0aea3d
commit cd8f6e1b8f
2 changed files with 19 additions and 2 deletions

View File

@@ -329,6 +329,7 @@ func GetEOL(family, release string) (eol EOL, found bool) {
"36": {StandardSupportUntil: time.Date(2023, 5, 16, 23, 59, 59, 0, time.UTC)},
"37": {StandardSupportUntil: time.Date(2023, 12, 15, 23, 59, 59, 0, time.UTC)},
"38": {StandardSupportUntil: time.Date(2024, 5, 14, 23, 59, 59, 0, time.UTC)},
"39": {StandardSupportUntil: time.Date(2024, 11, 12, 23, 59, 59, 0, time.UTC)},
}[major(release)]
case constant.Windows:
// https://learn.microsoft.com/ja-jp/lifecycle/products/?products=windows