From fd6adf7cf684cbfd1a29ed6d000378d9ed502386 Mon Sep 17 00:00:00 2001 From: pablu Date: Mon, 3 Aug 2026 11:48:32 +0200 Subject: [PATCH] chore: add mise config --- mise.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mise.toml diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..9bce038 --- /dev/null +++ b/mise.toml @@ -0,0 +1,2 @@ +[tools] +go = "1.24.0"