From 4369a19af771f81df141530bacdc8680e7120ac7 Mon Sep 17 00:00:00 2001 From: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com> Date: Thu, 2 May 2024 12:40:11 +0600 Subject: [PATCH] feat: add ubuntu 23.10 and 24.04 support (#6573) --- pkg/detector/ospkg/ubuntu/ubuntu.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/detector/ospkg/ubuntu/ubuntu.go b/pkg/detector/ospkg/ubuntu/ubuntu.go index 7c6453050992..b396d530d84e 100644 --- a/pkg/detector/ospkg/ubuntu/ubuntu.go +++ b/pkg/detector/ospkg/ubuntu/ubuntu.go @@ -60,6 +60,8 @@ var ( "22.04": time.Date(2027, 4, 23, 23, 59, 59, 0, time.UTC), "22.10": time.Date(2023, 7, 20, 23, 59, 59, 0, time.UTC), "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), } )