feat(os): add FreeBSD 14 (#1797)

This commit is contained in:
MaineK00n
2023-11-25 08:29:29 +09:00
committed by GitHub
parent ef29afbf94
commit 8e9d165e75
2 changed files with 9 additions and 0 deletions

View File

@@ -317,6 +317,7 @@ func GetEOL(family, release string) (eol EOL, found bool) {
"11": {StandardSupportUntil: time.Date(2021, 9, 30, 23, 59, 59, 0, time.UTC)},
"12": {StandardSupportUntil: time.Date(2023, 12, 31, 23, 59, 59, 0, time.UTC)},
"13": {StandardSupportUntil: time.Date(2026, 1, 31, 23, 59, 59, 0, time.UTC)},
"14": {StandardSupportUntil: time.Date(2028, 11, 21, 23, 59, 59, 0, time.UTC)},
}[major(release)]
case constant.Fedora:
// https://docs.fedoraproject.org/en-US/releases/eol/