elastic / beats

:tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash
https://www.elastic.co/products/beats
Other
12.14k stars 4.91k forks source link

replace depricated io/ioutil #37466

Open blue-troy opened 9 months ago

blue-troy commented 9 months ago

Proposed commit message

As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred. Successor functionality in io or os is more performant than the deprecated functionality in io/ioutil.

Checklist

botelastic[bot] commented 9 months ago

This issue doesn't have a Team:<team> label.