forked from TrueCloudLab/certificates
Do not depend on Go 1.16.
This commit is contained in:
parent
6fd6270e7d
commit
08e75b614e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue