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 using go 1.22, but the error also occurs with go 1.21.
Please note that i'm executing the command on a module with a dependency to provider-kubernetes, not on provider-kubernetes directly.
My workaround is to declare a dependency to kubelogin with a proper version in my module directly, which overrides the bogus version from provider-kubernetes.
Hello,
in your go.mod file, you have the following dependency:
github.com/Azure/kubelogin v0.0.0-00010101000000-000000000000
When trying to open a project with a dependency to provider-kubernetes, I get the following error:
$ go list -m all
go: github.com/Azure/kubelogin@v0.0.0-00010101000000-000000000000: invalid version: unknown revision 000000000000
The text was updated successfully, but these errors were encountered: