Skip to content

Commit

Permalink
Pin buf version in order to allow for consistent builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Exca-DK committed Jan 27, 2025
1 parent e594990 commit ba9f122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions grpc/buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: v2
clean: true
plugins:
- remote: buf.build/protocolbuffers/go
- remote: buf.build/protocolbuffers/go:v1.36.3
out: gen
opt: paths=source_relative
- remote: buf.build/grpc/go
- remote: buf.build/grpc/go:v1.5.1
out: gen
opt: paths=source_relative
2 changes: 1 addition & 1 deletion p2p/buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: v2
clean: true
plugins:
- remote: buf.build/protocolbuffers/go
- remote: buf.build/protocolbuffers/go:v1.36.3
out: gen
opt: paths=source_relative

0 comments on commit ba9f122

Please sign in to comment.