-
Notifications
You must be signed in to change notification settings - Fork 58
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
Update ramen to use csi-addons-0.11.0 #1695
Conversation
Need rebase |
Generated using: % GOTOOLCHAIN=go1.22.9 go get github.com/csi-addons/[email protected] go: upgraded go 1.22.5 => 1.22.7 go: upgraded toolchain go1.22.7 => go1.22.9 go: upgraded github.com/csi-addons/kubernetes-csi-addons v0.10.1-0.20240924092040-c11db0b867a1 => v0.11.0 go: upgraded google.golang.org/protobuf v1.35.1 => v1.35.2 go: upgraded k8s.io/api v0.31.1 => v0.31.2 go: upgraded k8s.io/apimachinery v0.31.1 => v0.31.2 go: upgraded sigs.k8s.io/controller-runtime v0.19.0 => v0.19.1 % go mod tidy go: downloading github.com/sagikazarmark/locafero v0.4.0 go: downloading golang.org/x/tools v0.28.0 go: downloading github.com/frankban/quicktest v1.14.6 go: downloading github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad go: downloading github.com/sourcegraph/conc v0.3.0 Boris says we have now go 1.22.9 on the downstream build machines so we can safely use it. We need to add a GOTOOLCHAIN makefile variable later to make this simpler for future updates. Signed-off-by: Nir Soffer <[email protected]>
d77ef0a
to
6e1c89c
Compare
Strange, go get updates go version to 1.22.7, but this cause
Maybe we need to update go in the e2e runner host? |
Works locally, building in podman machine on macOS:
|
If updating e2e with golang version, them let's move to go1.22.9 such that #1732 also gets covered. |
The |
Merging, e2e failure is a known issue at present. |
Generated using:
Boris says we have now go 1.22.9 on the downstream build machines so we
can safely use it.
We need to add a GOTOOLCHAIN makefile variable later to make this
simpler for future updates.