Use an older Go API for replacing strings

strings.ReplaceAll() needlessly limits the vintage of Go compiler we
can support. Use strings.Replace(..., -1) instead.

Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
1 file changed