update min Go version in Telegraf readme (#8846)

This commit is contained in:
Samantha Wang 2021-02-12 10:09:17 -08:00 committed by GitHub
parent 71a3a3cf20
commit a790529bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -52,9 +52,9 @@ Ansible role: https://github.com/rossmcdonald/telegraf
### From Source:
Telegraf requires Go version 1.13 or newer, the Makefile requires GNU make.
Telegraf requires Go version 1.14 or newer, the Makefile requires GNU make.
1. [Install Go](https://golang.org/doc/install) >=1.13 (1.15 recommended)
1. [Install Go](https://golang.org/doc/install) >=1.14 (1.15 recommended)
2. Clone the Telegraf repository:
```
cd ~/src