Closed juliangp closed 1 year ago
Hi @juliangp thanks for reporting this issue. We will take a look and keep you posted.
Cheers, _ Willian
cc @instana/eng-go
Hi @juliangp, We have released a new package v1.11.0 for instagrpc with support for grpc v1.9.0. Kindly check it.
Thanks, Sanoj
@sanojsubran @willianpc the release v1.11.0
fixes our issue - many thanks!
Problem Description
The package
google.golang.org/grpc/test/grpc_testing
was moved togoogle.golang.org/grpc/interop/grpc_testing
ingoogle.golang.org/grpc
v1.55.0
- this is stopping us from using the latestgoogle.golang.org/grpc
.When we run
go mod tidy
we get the following error:Minimal, Complete, Verifiable, Example
Normally any project that has a
go.mod
that contains this will fail:Go Version
go1.21.3
go.mod
go env