chore: use mise to install all tools in CI and locally

Makes sure that I have the same versions locally as CI
This commit is contained in:
Julian Tölle 2025-08-24 15:47:46 +02:00
parent b3cb9e128c
commit a2d888c31c
4 changed files with 19 additions and 26 deletions

10
mise.toml Normal file
View file

@ -0,0 +1,10 @@
[tools]
go = "1.25.0"
golangci-lint = "v2.4.0"
goreleaser = "v2.9.0"
"github:rust-lang/mdBook" = "v0.4.52"
"github:ko-build/ko" = "v0.18.0"
[settings]
# Experimental features are needed for the Go backend
experimental = true