feat(ubuntu): add ubuntu 23.10(mantic) (#1750)
This commit is contained in:
@@ -196,6 +196,9 @@ func GetEOL(family, release string) (eol EOL, found bool) {
|
||||
"23.04": {
|
||||
StandardSupportUntil: time.Date(2024, 1, 31, 23, 59, 59, 0, time.UTC),
|
||||
},
|
||||
"23.10": {
|
||||
StandardSupportUntil: time.Date(2024, 7, 31, 23, 59, 59, 0, time.UTC),
|
||||
},
|
||||
}[release]
|
||||
case constant.OpenSUSE:
|
||||
// https://en.opensuse.org/Lifetime
|
||||
|
||||
Reference in New Issue
Block a user