Merge pull request #9700 from yanggangtony/fix-typo-shims

Fix func (m manager) Info in containerd-shim-runc-v2.
This commit is contained in:
Akihiro Suda 2024-01-28 06:06:05 +00:00 committed by GitHub
commit d48dcf8181
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -286,7 +286,7 @@ func (m manager) Info(ctx context.Context, optionsR io.Reader) (*types.RuntimeIn
Name: m.name, Name: m.name,
Version: &types.RuntimeVersion{ Version: &types.RuntimeVersion{
Version: version.Version, Version: version.Version,
Revision: version.Version, Revision: version.Revision,
}, },
Annotations: nil, Annotations: nil,
} }