# 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] _.vfox-pulumi = { module_path = "." } # Sets GO_VERSION_MISE and PULUMI_VERSION_MISE PULUMI_HOME = "{{config_root}}/.pulumi" [tools] # Runtimes go = "{{ env.GO_VERSION_MISE }}" node = '20.19.5' python = '3.11.8' "vfox:version-fox/vfox-dotnet" = "8.0.20" # vfox backend doesn't work on Windows, gives "error converting Lua table to PreInstall (no version returned from vfox plugin)" https://github.com/jdx/mise/discussions/5876 https://github.com/jdx/mise/discussions/5550 # Corretto version used as Java SE/OpenJDK version no longer offered java = 'corretto-11' # Executable tools "github:pulumi/pulumi" = "{{ env.PULUMI_VERSION_MISE }}" "github:pulumi/pulumictl" = '0.0.50' "github:pulumi/schema-tools" = "0.6.0" "go:github.com/pulumi/upgrade-provider" = "main" "aqua:gradle/gradle-distributions" = '7.6.6' golangci-lint = "2.9.0" # See note about about overrides if you need to customize this. "npm:yarn" = "1.22.22" [settings] experimental = true # Required for Go binaries (e.g. pulumictl). lockfile = false http_retries = 3 pin = true # `mise use` should pin versions instead of defaulting to latest. fetch_remote_versions_cache = "24h" # Mise queries versions even if they're pinned to confirm they exist. Reduce GitHub API calls by doing that less often. [plugins] vfox-pulumi = "https://github.com/pulumi/vfox-pulumi"