Skip to content

Commit

Permalink
feat(ubuntu): set Ubuntu 22.10 EOL (aquasecurity#3054)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaineK00n committed Oct 20, 2022
1 parent 9f5113a commit 439d216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/detector/ospkg/ubuntu/ubuntu.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ var (
"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),
"22.04": time.Date(2032, 4, 23, 23, 59, 59, 0, time.UTC),
"22.10": time.Date(2023, 7, 20, 23, 59, 59, 0, time.UTC),
}
)

Expand Down

0 comments on commit 439d216

Please sign in to comment.