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) <noreply@anthropic.com>
This commit is contained in:
Thales Maciel 2026-04-26 13:11:51 -03:00
parent b0b1300314
commit 41ced66a54
No known key found for this signature in database
GPG key ID: 33112E6833C34679

3
mise.toml Normal file
View file

@ -0,0 +1,3 @@
[tools]
go = "1.25.0"
shellcheck = "0.10.0"