Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buf.gen.yaml: use versioned remote plugins to avoid surprises #831

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: v2
plugins:
- remote: buf.build/protocolbuffers/go
- remote: buf.build/protocolbuffers/go:v1.36.3
out: pkg/
opt: paths=source_relative
- remote: buf.build/grpc/go
- remote: buf.build/grpc/go:v1.5.1
out: pkg/
opt: paths=source_relative
# Use local generation, as recommended in https://github.com/bufbuild/plugins/issues/58:
Expand Down