Closed praveenkumar closed 6 months ago
@praveenkumar: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/security | 8b98606832c17ee759a90fd5f9fd3e025c8e8af1 | link | false | /test security |
Full PR test history. Your PR dashboard.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: cfergeau
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Why is this revert necessary?
Why is this revert necessary?
It's in the commit log:
This reverts commit https://github.com/crc-org/crc/commit/ec6cbfb3d35f433a6285bda4b12badb45e97f915. Because it uses go-1.21 and we are still using go-1.20
But we've switched to golang 1.21 since then, and winio is again 0.6.2
@cfergeau they make sure that
go mod tidy
run on specific version of golang so once this is merged I can rebase all the dependent bot PR's to see if something fails. and those commits have nothing to do with 1.21 but what golang version we use.