Skip to content

Commit

Permalink
fix(oracle): Update EOL date for Oracle 7 (#7480)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-reddy1498 authored Sep 10, 2024
1 parent 3642fe1 commit dd0a64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/detector/ospkg/oracle/oracle.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
"4": time.Date(2013, 12, 31, 23, 59, 59, 0, time.UTC),
"5": time.Date(2017, 12, 31, 23, 59, 59, 0, time.UTC),
"6": time.Date(2021, 3, 21, 23, 59, 59, 0, time.UTC),
"7": time.Date(2024, 7, 23, 23, 59, 59, 0, time.UTC),
"7": time.Date(2024, 12, 31, 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 dd0a64a

Please sign in to comment.