VictoriaMetrics/app/vmalert/remotewrite
Aliaksandr Valialkin 1905618d10
all: subsitute ioutil.ReadAll with io.ReadAll
ioutil.ReadAll is deprecated since Go1.16 - see https://tip.golang.org/doc/go1.16#ioutil
VictoriaMetrics requires at least Go1.18, so it is OK to switch from ioutil.ReadAll to io.ReadAll.

This is a follow-up for 02ca2342ab
2022-08-22 00:16:04 +03:00
..
init.go vmalert: follow-up after 28441711e6 (#2972) 2022-08-11 23:52:18 +03:00
remotewrite.go all: subsitute ioutil.ReadAll with io.ReadAll 2022-08-22 00:16:04 +03:00
remotewrite_test.go all: subsitute ioutil.ReadAll with io.ReadAll 2022-08-22 00:16:04 +03:00