Skip to content

Commit

Permalink
feat(oracle): set Oracle Linux 9 EOL (#2635)
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen authored Aug 1, 2022
1 parent f396c67 commit 44d53be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/detector/ospkg/oracle/oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ var (
"6": time.Date(2021, 3, 21, 23, 59, 59, 0, time.UTC),
"7": time.Date(2024, 7, 23, 23, 59, 59, 0, time.UTC),
"8": time.Date(2029, 7, 18, 23, 59, 59, 0, time.UTC),
"9": time.Date(2032, 7, 18, 23, 59, 59, 0, time.UTC),
}
)

Expand Down

0 comments on commit 44d53be

Please sign in to comment.