mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-06 17:57:05 +00:00
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:
parent
b3cb9e128c
commit
a2d888c31c
4 changed files with 19 additions and 26 deletions
10
mise.toml
Normal file
10
mise.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue