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

Conversation

nalind
Copy link
Member

@nalind nalind commented Apr 30, 2024

What type of PR is this?

/kind other

What this PR does / why we need it:

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.

How to verify it

Which issue(s) this PR fixes:

None

Special notes for your reviewer:

Does this PR introduce a user-facing change?

None

Copy link
Contributor

openshift-ci bot commented Apr 30, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: nalind

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

Ephemeral COPR build failed. @containers/packit-build please check.

@nalind nalind force-pushed the gotoolchain branch 2 times, most recently from 80e8e86 to a52f7e3 Compare May 2, 2024 14:59
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>
@rhatdan
Copy link
Member

rhatdan commented May 3, 2024

/lgtm

@openshift-ci openshift-ci bot added the lgtm label May 3, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit 46e2cf4 into containers:main May 3, 2024
34 checks passed
@nalind nalind deleted the gotoolchain branch May 3, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants