fix(deps): update module github.com/opencontainers/runtime-spec to v1.1.0-rc.2

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-04-17 16:16:45 +00:00
committed by GitHub
parent b7fc57ca14
commit 64b26df608
5 changed files with 23 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ const (
VersionPatch = 0
// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-rc.1"
VersionDev = "-rc.2"
)
// Version is the specification version that the package types support.