Replies: 2 comments
|
I'd accept a PR to move this to a warning, there are already warning and error checks so it should be simple |
0 replies
|
This has since been implemented in #5317 and released in mise v2025.6.3. An available mise update is now recorded as a warning rather than a doctor error. but that warning alone no longer causes a non-zero exit code. The command only exits with status 1 when an actual doctor error is found. This means AI-assisted — Tool: Codex; model: OpenAI/GPT-5; version: unavailable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I tried to use
mise doctoron CI in order to ensure that the newly installed mise was setup correctly by https://github.com/jdx/mise-action/tree/v2/ but I discovered that it was failing reporting an outdated miss,... bit ironic considering that was installed few seconds before.I think that we need a switch or env variable that does disable to version check, especially as an outdated version changes the return code of
mise doctor.I did a brief grep on the source code and apparently there is no undocumented way to do it.
All reactions