# WARNING: This file is autogenerated - changes will be overwritten when regenerated by https://github.com/pulumi/ci-mgmt # You can create your own root-level mise.toml file to override/augment this. See https://mise.jdx.dev/configuration.html [env] _.source = "{{config_root}}/scripts/get-versions.sh" [tools] # Runtimes # TODO: we may not need `get_env` once https://github.com/jdx/mise/discussions/6339 is fixed go = "{{ get_env(name='GO_VERSION_MISE', default='latest') }}" node = '20' python = '3.11.8' dotnet = '8.0' # Corretto version used as Java SE/OpenJDK version no longer offered java = 'corretto-11' # Executable tools pulumi = "{{ get_env(name='PULUMI_VERSION_MISE', default='latest') }}" "github:pulumi/pulumictl" = 'latest' "github:pulumi/schema-tools" = "latest" gradle = '7.6' golangci-lint = "1.64.8" # See note about about overrides if you need to customize this. [settings] experimental = true # Required for Go binaries (e.g. pulumictl). lockfile = true