From 41ced66a5458ae9849a65e7bc9af288837670915 Mon Sep 17 00:00:00 2001 From: Thales Maciel Date: Sun, 26 Apr 2026 13:11:51 -0300 Subject: [PATCH] mise: pin go and shellcheck go 1.25.0 matches go.mod's toolchain. shellcheck is the only non-go tool make lint hard-requires. Co-Authored-By: Claude Opus 4.7 (1M context) --- mise.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mise.toml diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..28b5184 --- /dev/null +++ b/mise.toml @@ -0,0 +1,3 @@ +[tools] +go = "1.25.0" +shellcheck = "0.10.0"