From a790529bdd9c0f097ce6e7889d8b01bdeb85a4a2 Mon Sep 17 00:00:00 2001 From: Samantha Wang <32681364+sjwang90@users.noreply.github.com> Date: Fri, 12 Feb 2021 10:09:17 -0800 Subject: [PATCH] update min Go version in Telegraf readme (#8846) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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