-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Dockerfile: add GOTOOLCHAIN
#2071
Conversation
Cc: @bcaton85 |
I still get the same |
Using what command line? |
this is ran in a bash shell, if i'm understanding your question correctly |
No, what's the command you're using to build the container? |
just |
Can't reproduce, works on Fedora 40 |
Yeah i'm on mac, maybe it's a mac issue. TBF i don't think this is a big deal if it doesn't effect development |
a284f84
to
c5b4651
Compare
This works with "normal" @crozzy This is probably good to go. |
Changes in go1.21 means the build recipe here was doing the wrong thing. This should restore the expected behavior of using the toolchain present in the container. Signed-off-by: Hank Donnay <hdonnay@redhat.com>
c5b4651
to
e2fbf19
Compare
/fast-forward |
Changes in go1.21 means the build recipe here was doing the wrong thing. This should restore the expected behavior of using the toolchain present in the container.