Skip to content

Commit 0e52fde

Browse files
Added EOL for Ubuntu 21.10 (#1131)
As per (https://wiki.ubuntu.com/Releases) and (https://ubuntu.com/about/release-cycle), Ubuntu 21.10 is supported until July 2022
1 parent 9b3fba0 commit 0e52fde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/detector/ospkg/ubuntu/ubuntu.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ var (
5050
"20.04": time.Date(2030, 4, 23, 23, 59, 59, 0, time.UTC),
5151
"20.10": time.Date(2021, 7, 22, 23, 59, 59, 0, time.UTC),
5252
"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),
5354
}
5455
)
5556

0 commit comments

Comments
 (0)