Update golangci v2#3802
Conversation
|
Welcome @tylerauerbeck! |
|
Hi @tylerauerbeck. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/cc @robscott opinions? |
|
And thanks @tylerauerbeck, this is great! |
|
Thanks @tylerauerbeck! These changes look like a nice improvement to me. Will defer to someone else for final signoff. /cc @mlavacca @shaneutt @youngnick /ok-to-test |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: robscott, tylerauerbeck The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
CI is grumpy: |
|
@tylerauerbeck you need to bump the version here: https://github.com/kubernetes-sigs/gateway-api/blob/main/hack/verify-golint.sh#L21 |
|
/release-note-none |
|
@tylerauerbeck 👋 Thanks!! |
|
@tylerauerbeck friendly ping :) |
|
Hey sorry, just catching up. I'll get this cleaned up here shortly. |
|
thanks! let me know and I will take a look on it! |
Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
e918a63 to
c403c62
Compare
|
@rikatz I fumbled fixing up some merge conflicts, so went back through and updated this with all of the latest. Feel free to take a look and let me know if anything stands out. |
|
@tylerauerbeck: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
thanks @tylerauerbeck ! I can see that there are still some failures on tools, do you mind fixing? Also, apparently there are some "complains" about build tags on the API, but I can't remember this previously happening, is this being ignored? Can you double check if this is something new? If so, maybe we need to ignore it |
|
/close This was fixed via #4377 |
|
@rikatz: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This PR updates golangci-lint to v2 to keep the linters and linting tool up to date.
NOTE: I broke the fix for a specific lint
static check QF1008into a second commit as different projects tend to have different opinions on this. If it's desired to leave those in place and instead ignore this lint, we can go back and drop that commit instead and either configure this in the config file or use//nolintwhere appropriate.Which issue(s) this PR fixes:
Fixes #3801
Does this PR introduce a user-facing change?:
NONE