Do not depend on Go 1.16.

pull/510/head
Mariano Cano 3 years ago
parent 6fd6270e7d
commit 08e75b614e

@ -189,7 +189,7 @@ func TestMain(m *testing.M) {
testRootFingerprint = x509util.Fingerprint(testRootCrt)
path, err := os.MkdirTemp(os.TempDir(), "stepcas")
path, err := ioutil.TempDir(os.TempDir(), "stepcas")
if err != nil {
panic(err)
}

Loading…
Cancel
Save