chore: use mise to install all tools in CI and locally (#237)

Makes sure that I have the same versions locally as CI
This commit is contained in:
Julian Tölle 2025-08-24 15:49:23 +02:00 committed by GitHub
parent b3cb9e128c
commit c768260a2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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