-
Notifications
You must be signed in to change notification settings - Fork 523
Fix golangci-lint CI #1045
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
Fix golangci-lint CI #1045
Conversation
It looks like we're hitting the same issue as described in: golangci/golangci-lint#827 As a workaround, we now disable the unused linter for now. Signed-off-by: Sascha Grunert <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
The issue talks about the error:
@saschagrunert How did you map that to the Anyhow, happy to merge if you think that's the appropriate fix. #1040
#1044
#1043
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like a potential fix may be in place soon: golangci/golangci-lint#944
I basically tested it within the container image and now the issue seems gone. I did not dive into the issue that deep but I think since there are already fixes incoming we could live with that workaround here 🤷♂️ WDYT? |
Let's keep an eye on those issues/PRs and pull in the fix when it's ready. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, justaugustus, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Referenced issue should be fixed in latest golangci-lint version, please CC me directly if it will break again. |
@ernado awesome! Thanks for following up here |
It looks like we're hitting the same issue as described in:
golangci/golangci-lint#827
As a workaround, we now disable the unused linter for now.