Helper tool for mise.
mise-helper can be installed via mise. See https://github.com/ngyewch/mise-helper-plugin
mise-helper install
mise-helper latest
Version constraints can be specified in .mise-helper.toml
. See https://github.com/Masterminds/semver for more details.
[constraints]
nodejs = '^16'
java = '^11'
golang = '>= 1.17, < 1.19'