34 lines
1.2 KiB
TOML
34 lines
1.2 KiB
TOML
# 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"
|
|
PULUMI_HOME = "{{config_root}}/.pulumi"
|
|
|
|
[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 = '24.11.1'
|
|
# python = '3.11.8'
|
|
# dotnet = '8.0.414'
|
|
# 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" = '0.0.50'
|
|
"github:pulumi/schema-tools" = "0.6.0"
|
|
# "aqua:gradle/gradle-distributions" = '7.6.6'
|
|
golangci-lint = "1.64.8" # See note about about overrides if you need to customize this.
|
|
# "npm:yarn" = "1.22.22"
|
|
"vfox-pulumi:pulumi/pulumi-converter-terraform" = "1.0.16"
|
|
|
|
[settings]
|
|
experimental = true # Required for Go binaries (e.g. pulumictl).
|
|
lockfile = false
|
|
|
|
[plugins]
|
|
vfox-pulumi = "https://github.com/pulumi/vfox-pulumi"
|