9 lines
172 B
TOML
9 lines
172 B
TOML
[tools]
|
|
go = "1.26.0"
|
|
"go:golang.org/x/tools/gopls" = "latest"
|
|
buf = "1.72.0"
|
|
|
|
[tasks.generate]
|
|
description = "Generate Go protobuf and gRPC bindings"
|
|
run = "buf generate"
|