mise 2026.7.5

Dev tools, env vars, and tasks in one CLI
1
2
3
4
5
6
7
backends = [
  "aqua:dominikh/go-tools/staticcheck",
  "asdf:pbr0ck3r/asdf-staticcheck",
  "go:honnef.co/go/tools/cmd/staticcheck",
]
description = "Staticcheck - The advanced Go linter"
test = { cmd = "staticcheck --version", expected = "staticcheck {{version}}" }