mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
19 lines
354 B
TOML
19 lines
354 B
TOML
[settings]
|
|
experimental = true
|
|
|
|
[tools]
|
|
"aqua:vektra/mockery" = "3.5.3"
|
|
go = "1.26.1"
|
|
golangci-lint = "2.11.2"
|
|
node = "22.20.0"
|
|
protoc = "27.3"
|
|
protoc-gen-go = "1.34.2"
|
|
protoc-gen-go-grpc = "1.5.1"
|
|
|
|
[env]
|
|
_.file = ".env"
|
|
|
|
[tasks.mise-lock]
|
|
description = "Update mise.lock with hashes for all platforms"
|
|
run = "mise lock --platform linux-x64,macos-arm64"
|