Relevant telegraf.conf:
n/a
System info:
- Telegraf 1.20.2
- CentOS 7
- Go < 1.16
Docker
n/a
Steps to reproduce:
- clone telegraf repository
- make telegraf
Expected behavior:
successful telegraf build
Actual behavior:
build fails because many code files now call functions from the io/os packages that were previously provided by ioutil.
Additional info:
The README still reads on master:
Install Go >=1.14 (1.15 recommended)
With conflicts with what is specified in go.mod:
Relevant telegraf.conf:
n/a
System info:
Docker
n/a
Steps to reproduce:
Expected behavior:
successful telegraf build
Actual behavior:
build fails because many code files now call functions from the io/os packages that were previously provided by ioutil.
Additional info:
The README still reads on master:
With conflicts with what is specified in
go.mod:telegraf/go.mod
Line 3 in 34c2b62