From b5bfa0d904d5dbaa6532f9eeace98b1b63c243fd Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Mon, 16 Jun 2025 23:42:49 +0300 Subject: [PATCH] mise: install bun --- config/mise/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index 35c4853..6590eca 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -1,4 +1,5 @@ [tools] +bun = "latest" go = "latest" golangci-lint = "latest" golangci-lint-langserver = "latest"