chore(mise): add golangci-lint tools

Amolith created

Add golangci-lint and its language server to mise config.

Change summary

dot_config/mise/config.toml | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

dot_config/mise/config.toml 🔗

@@ -27,6 +27,8 @@ go = "latest"
 "aqua:mikefarah/yq" = "latest"
 "aqua:atuinsh/atuin" = "latest"
 "aqua:twpayne/chezmoi" = "latest"
+"aqua:golangci/golangci-lint" = "latest"
+"aqua:nametake/golangci-lint-langserver" = "latest"
 
 "github:TomWright/dasel" = "latest"
 "github:skatkov/devtui" = "latest"