Update module github.com/opencontainers/image-spec to v1.1.0-rc6

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-01-19 10:57:39 +00:00
committed by GitHub
parent be65b31046
commit a2cc04b155
5 changed files with 24 additions and 14 deletions

View File

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