Shane A. Stillwell

Golangci-Lint

Do NOT installed Golangci-Lint in your go.mod file. It significantly bloats your dependency tree. Use mise to install it locally in the project if needed.

[tools]
# Go version matching go.mod
go = "1.26.1"

# Node.js for Tailwind CSS and npm scripts
node = "22"

# Go tools installed via go.mod tool directive
"go:github.com/a-h/templ/cmd/templ" = "0.3.977"
"go:github.com/air-verse/air" = "1.64.0"
"go:github.com/golangci/golangci-lint/v2/cmd/golangci-lint" = "latest"
"go:github.com/sqlc-dev/sqlc/cmd/sqlc" = "1.30.0"
"go:github.com/ovh/venom/cmd/venom" = "latest"
"go:gotest.tools/gotestsum" = "1.13.0"

# NPM tools
"npm:@northflank/cli" = "latest"

[env]
_.file = [".env.shared"]

[task_config]
includes = ["mise-tasks.toml"]