mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-30 11:44:26 +01:00
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:
@@ -126,9 +126,9 @@ func copyStructSkipField(to, from reflect.Value) bool {
|
||||
var ociWindows specs.Windows
|
||||
|
||||
toType := to.Type()
|
||||
grpcSolarisType := reflect.TypeOf(grpcSolaris)
|
||||
grpcSolarisType := reflect.TypeOf(&grpcSolaris)
|
||||
ociSolarisType := reflect.TypeOf(ociSolaris)
|
||||
grpcWindowsType := reflect.TypeOf(grpcWindows)
|
||||
grpcWindowsType := reflect.TypeOf(&grpcWindows)
|
||||
ociWindowsType := reflect.TypeOf(ociWindows)
|
||||
|
||||
// We skip all Windows and Solaris types
|
||||
|
||||
Reference in New Issue
Block a user