mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
api: add functions to transparently handle signatures upon API interaction (#2142)
This commit is contained in:
parent
002c3a9a32
commit
dac690656e
45 changed files with 707 additions and 472 deletions
|
@ -513,7 +513,7 @@ func validateImageCompatibilityHelper(binaryVersion consemver.Semver, fieldName,
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
configuredVersion = imageVersion.Version
|
||||
configuredVersion = imageVersion.Version()
|
||||
}
|
||||
|
||||
return compatibility.BinaryWith(binaryVersion.String(), configuredVersion)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue