You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a failure when trying to run a specific version of setup-envtest. We need to run an old version in our CI because the new version uses a go.mod with version 1.22.0 which isn't compatible with our CI's go toolchain.
go: sigs.k8s.io/controller-runtime/tools/[email protected]: module sigs.k8s.io/[email protected] found, but does not contain package sigs.k8s.io/controller-runtime/tools/setup-envtest
My understanding is that this failure is because setup-envtest is a submodule in controller-runtime and needs it's own tag, like tools/setup-envtest/v0.17.2.
I'm having trouble finding the golang documentation which explains how submodules need their own tag to work properly :(
The text was updated successfully, but these errors were encountered:
I'm getting a failure when trying to run a specific version of setup-envtest. We need to run an old version in our CI because the new version uses a go.mod with version
1.22.0
which isn't compatible with our CI's go toolchain.My understanding is that this failure is because setup-envtest is a submodule in controller-runtime and needs it's own tag, like
tools/setup-envtest/v0.17.2
.I'm having trouble finding the golang documentation which explains how submodules need their own tag to work properly :(
The text was updated successfully, but these errors were encountered: