Drop a workaround for 38 that went stable 3 days ago

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-08-27 12:29:58 -07:00
parent 6d5c0c723e
commit 7bbec4c6bb
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ sub setup_workaround_repo {
"35" => [],
"36" => [],
"37" => [],
"38" => ["FEDORA-2022-65f79ec067"],
"38" => [],
);
# then we'll download each update for our release:
my $advortasks = $workarounds{$version};