feat(config/os): add alpine 3.19, 3.20 EOL (#1965)

This commit is contained in:
MaineK00n
2024-06-12 17:18:20 +09:00
committed by GitHub
parent cb26be180a
commit 7f79b8eadf
2 changed files with 20 additions and 2 deletions

View File

@@ -309,6 +309,8 @@ func GetEOL(family, release string) (eol EOL, found bool) {
"3.16": {StandardSupportUntil: time.Date(2024, 5, 23, 23, 59, 59, 0, time.UTC)},
"3.17": {StandardSupportUntil: time.Date(2024, 11, 22, 23, 59, 59, 0, time.UTC)},
"3.18": {StandardSupportUntil: time.Date(2025, 5, 9, 23, 59, 59, 0, time.UTC)},
"3.19": {StandardSupportUntil: time.Date(2025, 11, 1, 23, 59, 59, 0, time.UTC)},
"3.20": {StandardSupportUntil: time.Date(2026, 4, 1, 23, 59, 59, 0, time.UTC)},
}[majorDotMinor(release)]
case constant.FreeBSD:
// https://www.freebsd.org/security/