mirror of
https://github.com/go-task/task.git
synced 2026-08-29 10:08:27 +02:00
13 lines
203 B
TOML
13 lines
203 B
TOML
[tools]
|
|
# Runtimes
|
|
go = "1.27.0"
|
|
node = "24"
|
|
pnpm = "11.22.0"
|
|
|
|
# Dev tools
|
|
golangci-lint = "2.13.0"
|
|
mockery = "3.7.3"
|
|
gotestsum = "latest"
|
|
goreleaser = "2"
|
|
"go:golang.org/x/exp/cmd/gorelease" = "latest"
|