-
Notifications
You must be signed in to change notification settings - Fork 104
bump go version to 1.25 #382
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
base: master
Are you sure you want to change the base?
Conversation
needs rebase |
Signed-off-by: Khwaja Faraz Ahmed <[email protected]>
6b6ce6a
to
a7b9564
Compare
it looks like some modules will need updates to work with go 1.25 |
Signed-off-by: Khwaja Faraz Ahmed <[email protected]>
I think you may need to also run |
Signed-off-by: Khwaja Faraz Ahmed <[email protected]>
@brandond did the CI timeout? |
There are regressions (golang/go#75828) in the most recent upstream golang patch releases, we're going to wait for those to be addressed and then we can update again. |
module github.com/rancher/system-upgrade-controller | ||
|
||
go 1.24.6 | ||
go 1.25.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brandond go 1.25.3 just released. should i change this line from go 1.25.0
to go 1.25.3
. toolchain needs to be changed aswell right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bci/golang:1.25
hardcodes GOTOOLCHAIN env var to whatever patch version is in the image. That said, the new patch release isn't available from BCI yet:
brandond@dev01:~$ docker run registry.suse.com/bci/golang:1.25 go version
go version go1.25.2 linux/amd64
Upgrades go version to 1.25
ran go mod tidy on suc/ and suc/pkg/apis folder