-
Notifications
You must be signed in to change notification settings - Fork 190
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
[BUG] make reviewable fails #6457
Comments
It just seems to have an error with the type check. |
This issue has been marked as stale because it has been open for 30 days with no activity |
@shanshanying Hi, I am interested in this issue. I found before the target |
which branch did you run |
I have synced and ran The commit is bb2f7f6 I put some device info which may help. go version
go version go1.22.0 darwin/arm64
sw_vers
ProductName: macOS
ProductVersion: 14.3.1
BuildVersion: 23D60 |
hi @Jaxx4Fun BTW, this is the version I am working on: ./bin/controller-gen --version
Version: v0.12.1 In KubeBlocks, You can get it by make controller-gen |
Yes. I just update the controller-gen to v0.14.0, which works for me currently. I can continue to work on this issue now.. |
Append
|
The subdirecotries under the path `pkg/lorry/` has been changed, which requires the header-check script to update the excluded dirs correspondingly.
According to the development guid
One should run
make reviewable
and make sure it success.But on the latest main branch, it fails:
The text was updated successfully, but these errors were encountered: