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

Use go to manage build image dependencies #798

Merged
merged 2 commits into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. Use go to manage build image dependencies

    This change manages tooling dependencies using go instead
    of relying on the k8s-test-infra image.
    
    This allows for the image and tooling dependencies to be
    updated independently.
    
    Signed-off-by: Evan Lezar <elezar@nvidia.com>
    elezar committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4300d47 View commit details
    Browse the repository at this point in the history
  2. Use native golang build

    Signed-off-by: Evan Lezar <elezar@nvidia.com>
    elezar committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1ee0aa6 View commit details
    Browse the repository at this point in the history