Skip to content

Commit

Permalink
Pin protoc plugin version (#109)
Browse files Browse the repository at this point in the history
* Bump protoc plugin version

* Pin version in gen yaml
  • Loading branch information
UnstoppableMango authored Jun 4, 2024
1 parent b786ca8 commit 5b2174b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins:
- target=ts
- import_extension=none # https://github.com/connectrpc/connect-es/issues/1049

- plugin: buf.build/bufbuild/es
- plugin: buf.build/bufbuild/es:v1.10.0
out: gen/proto/es
opt:
- target=ts
Expand Down
2 changes: 1 addition & 1 deletion gen/proto/es/unmango/dev/tdl/v1alpha1/uml_pb.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-es v1.9.0 with parameter "target=ts,import_extension=none"
// @generated by protoc-gen-es v1.10.0 with parameter "target=ts,import_extension=none"
// @generated from file unmango/dev/tdl/v1alpha1/uml.proto (package unmango.dev.tdl.v1alpha1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down

0 comments on commit 5b2174b

Please sign in to comment.