Skip to content

Commit

Permalink
build: update buf plugin references in buf.gen.yaml (#499)
Browse files Browse the repository at this point in the history
Update buf plugin references in the generation template.
  • Loading branch information
mfridman authored Jul 21, 2023
1 parent 281dc0f commit 6dfcdba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: v1
plugins:
- remote: buf.build/protocolbuffers/plugins/cpp:v3.20.0-1
- plugin: buf.build/protocolbuffers/cpp:v23.0
out: gen/proto/cpp
- remote: buf.build/protocolbuffers/plugins/csharp:v3.20.0-1
- plugin: buf.build/protocolbuffers/csharp:v23.0
out: gen/proto/csharp
- remote: buf.build/protocolbuffers/plugins/java:v3.20.0-1
- plugin: buf.build/protocolbuffers/java:v23.0
out: gen/proto/java
- remote: buf.build/protocolbuffers/plugins/python:v3.20.0-1
- plugin: buf.build/protocolbuffers/python:v23.0
out: gen/proto/python
- remote: buf.build/protocolbuffers/plugins/go:v1.28.0-1
- plugin: buf.build/protocolbuffers/go:v1.30.0
out: gen/proto/go
opt:
- paths=source_relative

0 comments on commit 6dfcdba

Please sign in to comment.