You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What operating system (Linux, Windows, …) and version?
linux
What did you do?
when calling the WithDetails function on status.Status you need to pass in a proto.Message from github.com/golang/protobuf. Go mod warns about that library:
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
What did you expect to see?
using proto.Message from google.golang.org/protobuf
What did you see instead?
proto.Message from github.com/golang/protobuf
The text was updated successfully, but these errors were encountered:
What version of gRPC are you using?
1.58.0
What version of Go are you using (
go version
)?1.21
What operating system (Linux, Windows, …) and version?
linux
What did you do?
when calling the WithDetails function on status.Status you need to pass in a proto.Message from github.com/golang/protobuf. Go mod warns about that library:
What did you expect to see?
using proto.Message from google.golang.org/protobuf
What did you see instead?
proto.Message from github.com/golang/protobuf
The text was updated successfully, but these errors were encountered: