Skip to content

Commit

Permalink
fix(suse): Add openSUSE Leap 15.5 eol date as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmueller committed Jun 30, 2023
1 parent 6008192 commit 08770a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/detector/ospkg/suse/suse.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ var (
"15.2": time.Date(2021, 11, 30, 23, 59, 59, 0, time.UTC),
"15.3": time.Date(2022, 11, 30, 23, 59, 59, 0, time.UTC),
"15.4": time.Date(2023, 11, 30, 23, 59, 59, 0, time.UTC),
"15.5": time.Date(2024, 12, 31, 23, 59, 59, 0, time.UTC),
}
)

Expand Down

0 comments on commit 08770a6

Please sign in to comment.