mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
13 lines
203 B
TOML
13 lines
203 B
TOML
[tools]
|
|
# Runtimes
|
|
go = "1.25.10"
|
|
node = "24"
|
|
pnpm = "11.5.0"
|
|
|
|
# Dev tools
|
|
golangci-lint = "2.12.2"
|
|
mockery = "3.2.2"
|
|
gotestsum = "latest"
|
|
goreleaser = "2"
|
|
"go:golang.org/x/exp/cmd/gorelease" = "latest"
|