fix(deps): update module github.com/opencontainers/image-spec to v1.1.0-rc5

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-09-14 18:32:59 +00:00
committed by GitHub
parent 6998e7e5bd
commit 7db8fbde98
7 changed files with 13 additions and 8 deletions

View File

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