Skip to content

Commit

Permalink
fix:update the version of grpc (#149)
Browse files Browse the repository at this point in the history
when i use this layout to generate kratos project,there always has a error,it cant find "const _ = grpc.SupportPackageIsVersion9".since i update the version of grpc ,it was solved.

Co-authored-by: Windfarer <windfarer@gmail.com>
  • Loading branch information
bellingham07 and Windfarer committed Aug 17, 2024
1 parent a74ee22 commit d2d86f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/google/wire v0.6.0
go.uber.org/automaxprocs v1.5.1
google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917
google.golang.org/grpc v1.61.1
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.33.0
)

Expand Down

0 comments on commit d2d86f4

Please sign in to comment.