diff --git a/README.md b/README.md index 1999f635f..726e6e74f 100644 --- a/README.md +++ b/README.md @@ -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