Go 1.14 compat
This commit is contained in:
parent
0d999ddaa1
commit
bbd74f004f
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ func stubExtension(path string) error {
|
|||
}
|
||||
|
||||
func stubLocalExtension(tempDir, path string) error {
|
||||
extDir, err := os.MkdirTemp(tempDir, "local-ext")
|
||||
extDir, err := ioutil.TempDir(tempDir, "local-ext")
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue