Skip to content

Commit ad3c09e

Browse files
authored
feat: add end of life date for Ubuntu 24.10 (#7787)
1 parent c0d79fa commit ad3c09e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/detector/ospkg/ubuntu/ubuntu.go

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ var (
6262
"23.04": time.Date(2024, 1, 20, 23, 59, 59, 0, time.UTC),
6363
"23.10": time.Date(2024, 6, 30, 23, 59, 59, 0, time.UTC),
6464
"24.04": time.Date(2034, 3, 31, 23, 59, 59, 0, time.UTC),
65+
"24.10": time.Date(2025, 7, 9, 23, 59, 59, 0, time.UTC),
6566
}
6667
)
6768

0 commit comments

Comments
 (0)