-
Notifications
You must be signed in to change notification settings - Fork 19
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
✨ Rebase for k/k 1.32 #81
base: main
Are you sure you want to change the base?
Conversation
On-behalf-of: SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
On-behalf-of: SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
Hi @gman0. Thanks for your PR. I'm waiting for a kcp-dev 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. 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/test-infra repository. |
I've marked this PR as draft for the moment until I find out why golangci-lint is crashing:
|
The previous version v1.58.1 we were using was panicking: ERRO [linters_context/goanalysis] nilness: panic during analysis: internal error: unhandled type *ir.ArrayConst, On-behalf-of: SAP [email protected] Signed-off-by: Robert Vasek <[email protected]>
@@ -19,7 +19,7 @@ GO_INSTALL = ./hack/go-install.sh | |||
TOOLS_DIR=hack/tools | |||
GOBIN_DIR := $(abspath $(TOOLS_DIR)) | |||
|
|||
GOLANGCI_LINT_VER := v1.58.1 | |||
GOLANGCI_LINT_VER := v1.62.2 |
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.
If we revert, still fails linting?
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 crashes immediately after running make lint test
locally, even without any changes done. The stack trace suggests the issue is inside golangci-lint itself. Indeed it's strange that it should crash when it must have worked before; perhaps related to go1.23 or the dependencies used. In any case, do we want to keep the older version at all? Or we update in a separate PR?
/lgtm |
LGTM label has been added. Git tree hash: 4509b23f78d51ed96c4023c4a763a8c769670c81
|
1.22.10-1 is the latest tag we have. Can we build a new one with more recent go toolkit? I've opened kcp-dev/infra#78 |
/ok-to-test Lint and test are unhappy. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mjudeikis, sttts 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 |
/retest |
3 similar comments
/retest |
/retest |
/retest |
Summary
Related issue(s)
Part of kcp-dev/kcp#3209