mirror of https://github.com/pulumi/pulumi.git
24 lines
430 B
TOML
24 lines
430 B
TOML
[env]
|
|
PULUMI_ROOT = "{{env.PWD}}/.root"
|
|
|
|
_.path = [
|
|
"{{env.PULUMI_ROOT}}/bin",
|
|
]
|
|
|
|
[tools]
|
|
github-cli = "latest"
|
|
"go:github.com/go-delve/delve/cmd/dlv" = "latest"
|
|
"go:golang.org/x/tools/gopls" = "latest"
|
|
go = "1.23"
|
|
gofumpt = "latest"
|
|
golangci-lint = "1.64.2"
|
|
jq = "latest"
|
|
node = "20"
|
|
"npm:pnpm" = "latest"
|
|
"npm:typescript" = "latest"
|
|
"npm:typescript-language-server" = "latest"
|
|
"npm:yarn" = "latest"
|
|
python = '3.11'
|
|
|
|
[plugins]
|