chore: migrate protoc setup from Docker to buf CLI (#9184)

Signed-off-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
Teppei Fukuda
2025-07-11 13:27:56 +04:00
committed by GitHub
parent 94c751fffb
commit 85a156c995
17 changed files with 568 additions and 485 deletions

View File

@@ -9,4 +9,4 @@ message DynamicValue {
message Plan {
map<string, DynamicValue> variables = 2;
}
}