-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
✨ prow: use image ghcr.io/kcp-dev/infra/build:1.23.4-1 #82
Conversation
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. |
On-behalf-of: SAP robert.vasek@sap.com Signed-off-by: Robert Vasek <robert.vasek@clyso.com>
14bbaca
to
1b9876a
Compare
/lgtm |
LGTM label has been added. Git tree hash: cb09b97128bb59d047064c9bc081c3d9e4bc0763
|
golangci-lint is compatible up to the version of Go used to build it. With moving to go1.23, we need to bump golangci-lint to support the newer golang revision. On-behalf-of: SAP robert.vasek@sap.com Signed-off-by: Robert Vasek <robert.vasek@clyso.com>
golangci-lint is compatible up to the Go version used to compile it (reference: https://golangci-lint.run/product/changelog/#v1601 mentions added go1.23 support, and in general https://golangci-lint.run/welcome/faq/#which-go-versions-are-supported). v1.58.1 we use is too old:
The last commit I pushed bumps the linter to v1.62. Let me know if you prefer to do it in a separate PR. |
/lgtm |
LGTM label has been added. Git tree hash: d9be3fb6e4f32492dce1284e0db6d4515f133417
|
/approve |
/ok-to-test |
/approve |
[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 |
Continuing with kcp-dev/infra#78, this PR uses the newer tag of the build image that contains go1.23 toolkit.