Skip to content

Commit

Permalink
go: 404s are case insensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
thepwagner committed Nov 20, 2020
1 parent 195fe34 commit 3eef9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go_modules/lib/dependabot/go_modules/update_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class UpdateChecker < Dependabot::UpdateCheckers::Base
# Package url/proxy doesn't include any redirect meta tags
/no go-import meta tags/,
# Package url 404s
/404 Not Found/,
/404 Not Found/i,
# Package server requested authentication
/fatal: could not read Username/
].freeze
Expand Down

0 comments on commit 3eef9a1

Please sign in to comment.