Skip to content

Resolve "Replace os.MkdirTemp() usages with t.TempDir()" (part 1)

This MR replaces os.MkdirTemp() usages with t.TempDir() without too much refactoring. There are a few os.MkdirTemp() usages remaining, but they'll require further work in order to replace.

Related:

Edited by Ash McKenzie

Merge request reports