Skip to content

Commit

Permalink
fix: update build config
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Feb 14, 2024
1 parent e773513 commit cb56603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
default:

install-plugins:
GO111MODULE=off go get github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc
go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@latest
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go install github.com/go-kratos/kratos/cmd/protoc-gen-go-errors/v2@latest
Expand Down
2 changes: 1 addition & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ plugins:
- name: csharp
out: Assets/src
opt: base_namespace=
- plugin: buf.build/grpc/csharp:v1.54.2
- plugin: buf.build/grpc/csharp:v1.61.1
out: Assets/src

#Dart
Expand Down

0 comments on commit cb56603

Please sign in to comment.