CI: fix golangci-lint v2.12.2 update#22976
Conversation
|
Hi @Copilot. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. 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. |
|
Can one of the admins verify this patch? |
Agent-Logs-Url: https://github.com/kubernetes/minikube/sessions/ec0e0b7b-d44d-4109-8134-5ccc561e3540 Co-authored-by: medyagh <4564227+medyagh@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Copilot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Updating
GOLINT_VERSIONtov2.12.2failed in CI because the upstream installer no longer verified the correct checksum entry for the release tarball. This updates minikube's install path forgolangci-lintand clears the newgovetfindings introduced byv2.12.2.Installer path
install.shpipe inMakefilewith direct download of the release tarball and checksums file.out/linters.Lint compatibility
ioutilcalls now flagged bygovetwith the equivalentos/ioAPIs inpkg/libmachine/....golangci-lint v2.12.2.Key change