File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ PULUMI_HOME = "{{config_root}}/.pulumi"
88[tools ]
99
1010# Runtimes
11- # TODO: we may not need ` get_env` once https://github.com/jdx/mise/discussions/6339 is fixed
11+ # TODO: we may not need ' get_env' once https://github.com/jdx/mise/discussions/6339 is fixed
1212go = " {{ get_env(name='GO_VERSION_MISE', default='latest') }}"
1313node = ' 20.19.5'
1414python = ' 3.11.8'
@@ -18,12 +18,12 @@ java = 'corretto-11'
1818
1919# Executable tools
2020pulumi = " {{ get_env(name='PULUMI_VERSION_MISE', default='latest') }}"
21- "github:pulumi/pulumictl" = ' latest '
22- "github:pulumi/schema-tools" = " latest "
23- gradle = ' 7.6'
21+ "github:pulumi/pulumictl" = ' 0.0.50 '
22+ "github:pulumi/schema-tools" = " 0.6.0 "
23+ "aqua: gradle/gradle-distributions" = ' 7.6 .6'
2424golangci-lint = " 1.64.8" # See note about about overrides if you need to customize this.
2525"npm:yarn" = " 1.22.22"
2626
2727[settings ]
2828experimental = true # Required for Go binaries (e.g. pulumictl).
29- lockfile = true
29+ lockfile = false
You can’t perform that action at this time.
0 commit comments