diff --git a/config/mise/config.toml b/config/mise/config.toml index fe5566f..2d1f641 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -1,5 +1,10 @@ [tools] -node = "lts" -usage = "latest" +node = "20.13" go = "latest" golangci-lint = "latest" + +usage = "latest" + +[settings] +go_set_goroot = false +go_set_gopath = false