Skip to content

Commit e0ecc7e

Browse files
authored
chore: add mise.toml for runtime version management (#13)
* chore: add mise.toml for runtime version management * fix: pin exact tool versions in mise.toml * docs: add mise to contributing guide
1 parent f1639ad commit e0ecc7e

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Thanks for your interest in contributing to `money`.
2222
```bash
2323
git clone https://github.com/thedavidweng/money.git
2424
cd money
25+
mise install # install tools pinned in mise.toml
2526
go mod download
2627
```
2728

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
go = "1.26.4"

0 commit comments

Comments
 (0)