We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3adfd98 commit 367564aCopy full SHA for 367564a
1 file changed
pkg/detector/ospkg/ubuntu/ubuntu.go
@@ -65,6 +65,7 @@ var (
65
"23.10": time.Date(2024, 6, 30, 23, 59, 59, 0, time.UTC),
66
"24.04": time.Date(2034, 3, 31, 23, 59, 59, 0, time.UTC),
67
"24.10": time.Date(2025, 7, 9, 23, 59, 59, 0, time.UTC),
68
+ "25.04": time.Date(2026, 1, 16, 23, 59, 59, 0, time.UTC),
69
}
70
)
71
0 commit comments