Fix: replace deprecated ioutil.Discard with io.Discard

Replaces deprecated ioutil.Discard usage with io.Discard.

This aligns the codebase with current Go standard library guidance without changing behavior.

Merge request reports

Loading