-
Notifications
You must be signed in to change notification settings - Fork 83
update go-sev-guest from v0.13.0 to v0.14.0 #608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
/gcbrun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you run go mod tidy?
5abdc4d to
4cb1e1c
Compare
Oh, I hadn't before; I've now re-uploaded after running |
|
/gcbrun |
|
Hmm, the cloud build is still failing with Step #0: go: updates to go.mod needed; to update it:| Step #0: go mod tidy |
|
probably because the launcher and verifier are nested modules (they have their own go.mod), need to run mod tidy in those seperately: |
4cb1e1c to
c674e71
Compare
re-uploaded with more tidying |
|
/gcbrun |
|
hmm not sure why proto is blocking, try to follow the steps in proto/doc.go |
This fixes the attestation failures for parsing v4 attestation reports.
c674e71 to
661d7c6
Compare
looks like that might be the cause here since we see re-uploaded after running the go generate command, and mod tidying in all 4 dirs with |
This fixes the attestation failures for parsing v4 attestation reports.