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

Makefile: set GOTOOLCHAIN=local #5498

Merged
merged 1 commit into from
May 3, 2024

Commits on May 2, 2024

  1. Makefile: set GOTOOLCHAIN=local

    Set GOTOOLCHAIN=local for all make targets, and for renovate.
    
    Have the "vendor" target (and by extension, "vendor-in-container", which
    our validation in CI uses) clear any "toolchain" directive that might
    have been added to go.mod through manual invocations of the compiler.
    
    At this point, we probably don't need to be checking for Go module
    support, so switch to assuming it's available.
    
    Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
    nalind committed May 2, 2024
    Configuration menu
    Copy the full SHA
    53f2dc2 View commit details
    Browse the repository at this point in the history