diff --git a/.mise.toml b/.mise.toml new file mode 100644 index 00000000000..791f295059e --- /dev/null +++ b/.mise.toml @@ -0,0 +1,20 @@ +[env] + +[tools] +github-cli = "latest" +"go:github.com/go-delve/delve/cmd/dlv" = "latest" +"go:golang.org/x/tools/gopls" = "latest" +go = "1.24" +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" +java = "adoptopenjdk-11.0.26+4" +gradle = "8.10.2" + +[plugins]