chore: update go to 1.26#883
Conversation
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
|
If you do this, you also have to update the linter version and the controller runtime version the Tiltfile and the Dockerfile. :)
|
|
And while you are at it, setup-env version also needs to be pinned because it's installing latest that fails as well. ( like the previous run did )
|
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
|
|
@frewilhelm Setup-envtest has release branches and lives with the controller runtime. That's why I said, you need to update that as well. :) Please update it to use |
|
Now I see I only said controller version and left out the |
Makefile
Outdated
| @@ -150,7 +150,7 @@ KUSTOMIZE_VERSION ?= v3.8.7 | |||
| CONTROLLER_TOOLS_VERSION ?= v0.19.0 | |||
There was a problem hiding this comment.
Needs to be 0.23.3 here. :)
|
|
|
And then once you update the controller runtime don't forget to run |
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
bef591b to
027afb0
Compare
|
|
…ntroller into update-golang
|
I don't think this will work^^ |
Signed-off-by: Frederic Wilhelm <frederic.wilhelm@sap.com>
|
WHAT THE ACTUAL FUCK. The release branches have been deleted on the repo. :O :O :O I literally checked 20-30 minutes ago the release branches were there until release-23. :O |
|
It should work with 75f0860 |
|
Frederic pointed out that that's the wrong repo adn the version was also miss written hahahaha it should be |
What this PR does / why we need it
Update to go 1.26 as dependencies require a new go version
Which issue(s) this PR is related to