Skip to content

Commit

Permalink
feat(alma): set AlmaLinux 9 EOL (#2653)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaineK00n authored Aug 3, 2022
1 parent 55825d7 commit 3a10497
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/detector/ospkg/alma/alma.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ import (
var (
eolDates = map[string]time.Time{
// Source:
// https://wiki.almalinux.org/FAQ.html#how-long-will-cloudlinux-support-almalinux
"8": time.Date(2029, 12, 31, 23, 59, 59, 0, time.UTC),
// https://endoflife.date/almalinux
"8": time.Date(2029, 3, 1, 23, 59, 59, 0, time.UTC),
"9": time.Date(2032, 5, 31, 23, 59, 59, 0, time.UTC),
}
)

Expand Down

0 comments on commit 3a10497

Please sign in to comment.