-
Notifications
You must be signed in to change notification settings - Fork 8
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
Override ubi9's gotoolchain from local to auto #71
base: main
Are you sure you want to change the base?
Conversation
The ref doc: https://go.dev/doc/toolchain
Not sure how did you test it, in theory, if you're running with any go <= 1.23, it should download the newer version of go toolchain in go 1.23 project. From above linked doc:
|
@qixiang Hmm, I built the image and let Renovate update 2 go.mod files, each with different version written at the top. Renovate does not complain about not having the correct version, nor does it download the latest one, I dont think it requires running go at all. |
The |
Co-authored-by: Riley <[email protected]>
This change allows Renovate to renovate different versions of Go. There was also a suggestion to predownload different toolchains, however when i tested this agains dependency from go1.21 and go1.23 it did not redownload anything, can I skip it?