Do not depend on Go 1.16.

This commit is contained in:
Mariano Cano 2021-03-19 13:23:32 -07:00
parent 6fd6270e7d
commit 08e75b614e

View file

@ -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)
}