Skip to content

Commit

Permalink
fix(buf): use the remote plugins for go and go-grpc (#49)
Browse files Browse the repository at this point in the history
* fix(buf): use the remote plugins for go and go-grpc

* fix(buf): use remote plugins for generation
  • Loading branch information
GeorgeMac authored Aug 16, 2023
1 parent e55b79a commit ef833d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: v1
plugins:
- name: go
- plugin: buf.build/protocolbuffers/go
out: .
opt:
- paths=source_relative
- name: go-grpc
- plugin: buf.build/grpc/go:v1.3.0
out: .
opt:
- paths=source_relative

0 comments on commit ef833d3

Please sign in to comment.