We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d79fa commit ad3c09eCopy full SHA for ad3c09e
pkg/detector/ospkg/ubuntu/ubuntu.go
@@ -62,6 +62,7 @@ var (
62
"23.04": time.Date(2024, 1, 20, 23, 59, 59, 0, time.UTC),
63
"23.10": time.Date(2024, 6, 30, 23, 59, 59, 0, time.UTC),
64
"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),
66
}
67
)
68
0 commit comments