Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: more robust go main version extraction #2767

Merged
merged 2 commits into from
Apr 11, 2024

Commits on Apr 10, 2024

  1. fix: more robust go main version extraction

    Signed-off-by: Keith Zantow <kzantow@gmail.com>
    kzantow committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0e6219c View commit details
    Browse the repository at this point in the history
  2. add unit test for regex change

    In order to get the regex under test, extract the code that uses it into
    a small helper function.
    
    Signed-off-by: Will Murphy <will.murphy@anchore.com>
    willmurphyscode committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    833da79 View commit details
    Browse the repository at this point in the history