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 9b3fba0 commit 0e52fdeCopy full SHA for 0e52fde
pkg/detector/ospkg/ubuntu/ubuntu.go
@@ -50,6 +50,7 @@ var (
50
"20.04": time.Date(2030, 4, 23, 23, 59, 59, 0, time.UTC),
51
"20.10": time.Date(2021, 7, 22, 23, 59, 59, 0, time.UTC),
52
"21.04": time.Date(2022, 1, 22, 23, 59, 59, 0, time.UTC),
53
+ "21.10": time.Date(2022, 7, 22, 23, 59, 59, 0, time.UTC),
54
}
55
)
56
0 commit comments