Skip to content

Commit

Permalink
fix(fetcher/fedora): change archive version (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaineK00n authored Sep 6, 2023
1 parent 3caf369 commit fd30eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetcher/fedora/fedora.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func newFedoraFetchRequests(target []string, arch string) (reqs []util.FetchRequ
case n < 32:
log15.Warn("Skip fedora because no vulnerability information provided.", "version", v)
continue
case n < 36:
case n < 37:
updateURL = archiveUpdateURL
moduleURL = archiveModuleURL
default:
Expand Down

0 comments on commit fd30eee

Please sign in to comment.