-
Notifications
You must be signed in to change notification settings - Fork 346
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
ci: stablize golangci-lint task #1007
Conversation
Signed-off-by: tison <[email protected]>
Signed-off-by: tison <[email protected]>
Signed-off-by: tison <[email protected]>
@tisonkun Please help explain why? |
Why for what? You can refer to the issue for the failure. Generally, we use a |
FYI, we have fixed the version here. https://github.com/apache/pulsar-client-go/pull/951/files |
@shibd Yep. So the problem is that we are using an action that can produce some unpredictable issues, also we can hardly run it locally - said other projects use a different version but either of them installed in |
Merging... Unblock other PRs. |
Good work! @tisonkun But I am very curious why I do not find any golangci-lint doc for this so I can not understand why this happens. This is so weird. |
I bump the golangci-lint to 1.51.2 because original 1.50.1 doesn't work locally for unknown reason - I don't spend time to figure it out but simply do a small version bump. Besides, it's a false positive on bodyclose linter. There are a few false positive reports upstream, like timakin/bodyclose#42. |
I see. It's actually a false positive. Thanks! |
This closes #1005.
Modifications
make lint
and store the binutil project-wise.Verifying this change
Documentation