Update go-tpm dependency (#533)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2022-11-14 09:02:56 +01:00 committed by GitHub
parent d612ed2cae
commit a07cab4b97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 21 additions and 45 deletions

View file

@ -28,10 +28,7 @@ import (
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m,
// https://github.com/google/go-sev-guest/issues/23
goleak.IgnoreTopFunction("github.com/golang/glog.(*loggingT).flushDaemon"),
)
goleak.VerifyTestMain(m)
}
func TestPrepareExistingDisk(t *testing.T) {