runtime: bump containerd for gogo deprecation

This update includes necessary changes due to the version bump of
containerd and its dependencies. It's part of a broader initiative to
phase out gogo protobuf, which has been deprecated, and to align with
the current supported libraries.

Fixes #7420.

Signed-off-by: Beraldo Leal <bleal@redhat.com>
This commit is contained in:
Beraldo Leal
2023-11-02 00:28:35 +00:00
parent 16fa2c39e6
commit 7641c19f74
1379 changed files with 175812 additions and 63461 deletions

View File

@@ -46,6 +46,7 @@ type cacheServer struct {
rpc *grpc.Server
factory vc.Factory
done chan struct{}
pb.UnimplementedCacheServiceServer
}
var jsonVMConfig *pb.GrpcVMConfig