attestation: allow measurement generator to work regardless of build tags

This commit is contained in:
Malte Poll 2023-05-30 09:38:58 +02:00 committed by Malte Poll
parent a1ec899171
commit c5e016a8e2
5 changed files with 64 additions and 19 deletions

View file

@ -10,5 +10,5 @@ package config
const (
// defaultImage is the default image to use.
defaultImage = "ref/main/stream/nightly/v2.8.0-pre.0.20230518105910-3b7bae753540"
defaultImage = "ref/main/stream/nightly/v2.8.0-pre.0.20230525164344-0a6e5ec02ed0"
)