Skip to content

Commit

Permalink
Added EOL for Ubuntu 21.10 (#1131)
Browse files Browse the repository at this point in the history
As per (https://wiki.ubuntu.com/Releases) and (https://ubuntu.com/about/release-cycle), Ubuntu 21.10 is supported until July 2022
  • Loading branch information
designanderror committed Jul 20, 2021
1 parent 9b3fba0 commit 0e52fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/detector/ospkg/ubuntu/ubuntu.go
Expand Up @@ -50,6 +50,7 @@ var (
"20.04": time.Date(2030, 4, 23, 23, 59, 59, 0, time.UTC),
"20.10": time.Date(2021, 7, 22, 23, 59, 59, 0, time.UTC),
"21.04": time.Date(2022, 1, 22, 23, 59, 59, 0, time.UTC),
"21.10": time.Date(2022, 7, 22, 23, 59, 59, 0, time.UTC),
}
)

Expand Down

0 comments on commit 0e52fde

Please sign in to comment.