Skip to content

Commit 0845d53

Browse files
committed
chore: Add missing tools to mise.toml
- `go` for mockserver - `python` to ensure that it gets installed by CI
1 parent b46101d commit 0845d53

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

mise.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
[settings]
2-
# forces us to use the version of python defined in .python-version file
3-
idiomatic_version_file_enable_tools = ["python"]
4-
51
[tools]
62
poetry = "latest"
3+
4+
# matches version in .python-version
5+
python = "3.9"
6+
7+
# needed by speakeasy mockserver
8+
go = "1.22"
9+

0 commit comments

Comments
 (0)