Skip to content

Commit

Permalink
feat: add end of life date for Ubuntu 24.10 (#7787)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdean authored Oct 25, 2024
1 parent c0d79fa commit ad3c09e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/detector/ospkg/ubuntu/ubuntu.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ var (
"23.04": time.Date(2024, 1, 20, 23, 59, 59, 0, time.UTC),
"23.10": time.Date(2024, 6, 30, 23, 59, 59, 0, time.UTC),
"24.04": time.Date(2034, 3, 31, 23, 59, 59, 0, time.UTC),
"24.10": time.Date(2025, 7, 9, 23, 59, 59, 0, time.UTC),
}
)

Expand Down

0 comments on commit ad3c09e

Please sign in to comment.