Skip to content

Commit d2d86f4

Browse files
fix:update the version of grpc (#149)
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 <[email protected]>
1 parent a74ee22 commit d2d86f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/google/wire v0.6.0
88
go.uber.org/automaxprocs v1.5.1
99
google.golang.org/genproto/googleapis/api v0.0.0-20240102182953-50ed04b92917
10-
google.golang.org/grpc v1.61.1
10+
google.golang.org/grpc v1.65.0
1111
google.golang.org/protobuf v1.33.0
1212
)
1313

0 commit comments

Comments
 (0)