Skip to content

Commit

Permalink
fix:update the version of grpc
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.
  • Loading branch information
bellingham07 authored Aug 15, 2024
1 parent a399aca commit 431b1b8
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.5.0
go.uber.org/automaxprocs v1.5.1
google.golang.org/genproto/googleapis/api v0.0.0-20230629202037-9506855d4529
google.golang.org/grpc v1.56.3
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.32.0
)

Expand Down

0 comments on commit 431b1b8

Please sign in to comment.