Skip to content

Commit dd0a64a

Browse files
authored
fix(oracle): Update EOL date for Oracle 7 (#7480)
1 parent 3642fe1 commit dd0a64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/detector/ospkg/oracle/oracle.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var (
2525
"4": time.Date(2013, 12, 31, 23, 59, 59, 0, time.UTC),
2626
"5": time.Date(2017, 12, 31, 23, 59, 59, 0, time.UTC),
2727
"6": time.Date(2021, 3, 21, 23, 59, 59, 0, time.UTC),
28-
"7": time.Date(2024, 7, 23, 23, 59, 59, 0, time.UTC),
28+
"7": time.Date(2024, 12, 31, 23, 59, 59, 0, time.UTC),
2929
"8": time.Date(2029, 7, 18, 23, 59, 59, 0, time.UTC),
3030
"9": time.Date(2032, 7, 18, 23, 59, 59, 0, time.UTC),
3131
}

0 commit comments

Comments
 (0)