-
Notifications
You must be signed in to change notification settings - Fork 427
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
client-gen generates empty files when using Go 1.23 #176
Comments
Several people in my team have the same issue with tooling like |
@JRBANCEL try to clean the go mod cache |
go mod cache clean doesnt help, has any solution else? |
What's happening here is that To fix this, just export |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
We use
client-gen
like this:Works fine in 1.22.0 (and
v0.30.1
).Now, when I bump go.mod to use 1.23.0,
client-gen
generates files with just thepackage
statement:Output with
-v 10
doesn't show anything interesting.I tried to update
client-gen
tov0.31.0
, same result.The text was updated successfully, but these errors were encountered: