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

Guess go main module version based on binary contents #2608

Merged
merged 7 commits into from
Feb 9, 2024

Commits on Feb 8, 2024

  1. guess go main module version based on binary contents

    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    wagoodman committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b71e661 View commit details
    Browse the repository at this point in the history
  2. add configuration options for golang main module version heuristics

    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    wagoodman committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    3763a8a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. fix test setup for go bin cataloger

    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    wagoodman committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    be00594 View commit details
    Browse the repository at this point in the history
  2. fix unit test

    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    wagoodman committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    47f7498 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into get-go-devel-versin

    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    wagoodman committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    11e8ce2 View commit details
    Browse the repository at this point in the history
  4. fix incorrect test assert ordering

    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    wagoodman committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8259d6c View commit details
    Browse the repository at this point in the history
  5. handle error from seek

    Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
    wagoodman committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8b8e4c2 View commit details
    Browse the repository at this point in the history