Skip to content

Commit 363012c

Browse files
committed
Use remotes and bump API version
1 parent 5db9cff commit 363012c

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

buf.gen.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22
# yamllint disable rule:line-length
33
version: "v2"
44
plugins:
5-
- protoc_builtin: "csharp"
5+
- remote: "buf.build/protocolbuffers/csharp:v28.3"
66
out: "src/Authzed.Net"
77
opt: "base_namespace="
88
include_imports: true
9-
# TODO: this is arch-specific and may be host-specific as well (in terms of where .nuget is)
10-
# NOTE: part of the reason this is a pain is that the csharp ecosystem expects you to use
11-
# the dotnet toolchain from top-to-bottom to compile protoc, so feeding things through buf
12-
# and using a local plugin isn't in their use case.
13-
- local: "/home/tstirrat/.nuget/packages/grpc.tools/2.65.0/tools/linux_x64/grpc_csharp_plugin"
9+
- remote: "buf.build/grpc/csharp:v1.67.1"
1410
out: "src/Authzed.Net"
1511
opt:
1612
- "base_namespace="
1713
- "no_server=on"
1814
inputs:
19-
- module: buf.build/authzed/api:v1.37.0
15+
- module: buf.build/authzed/api:v1.38.0

0 commit comments

Comments
 (0)