-
Notifications
You must be signed in to change notification settings - Fork 184
Expand file tree
/
Copy path.mise.toml
More file actions
35 lines (34 loc) · 873 Bytes
/
Copy path.mise.toml
File metadata and controls
35 lines (34 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# macOS/Linux with curl:
# curl https://mise.run | sh
#
# Using Homebrew on macOS:
# brew install mise
#
# For Bash (~/.bashrc):
# eval "$(mise activate bash)"
#
# For Zsh (~/.zshrc):
# eval "$(mise activate zsh)"
#
# For Fish (~/.config/fish/config.fish):
# mise activate fish | source
#
# Verify Installation:
# mise --version
#
# Troubleshooting:
# - Ensure PATH includes: $HOME/.local/bin
# - Run: mise doctor
# - For permissions issues: chmod +x $(which mise)
#
# Usage:
# mise install # Install all tools defined in .mise.toml
# mise ls # List installed tools
[tools]
# Go 1.25.10 includes fixes for GO-2026-4341 (net/url), GO-2026-4340 +
# GO-2026-4337 (crypto/tls), GO-2025-4175 + GO-2025-4155 + GO-2025-4007
# (crypto/x509) — all flagged as reachable by govulncheck against the
# previously-pinned 1.25.2.
go = "1.25.10"
buf = "latest"
yq = "latest"