From 4d254bde1deb75d66881aa8bbc9bc8cbb6bd8c2b Mon Sep 17 00:00:00 2001 From: Mya Date: Mon, 18 Oct 2021 17:25:03 -0600 Subject: [PATCH] chore: update readme go version from 1.14 to 1.17 (#9944) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c75311e4e2cb..c7c846d2b3e75 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ Ansible role: https://github.com/rossmcdonald/telegraf ### From Source: -Telegraf requires Go version 1.14 or newer, the Makefile requires GNU make. +Telegraf requires Go version 1.17 or newer, the Makefile requires GNU make. -1. [Install Go](https://golang.org/doc/install) >=1.14 (1.15 recommended) +1. [Install Go](https://golang.org/doc/install) >=1.17 (1.17.2 recommended) 2. Clone the Telegraf repository: ``` cd ~/src