chore: update readme go version from 1.14 to 1.17 (#9944)
This commit is contained in:
parent
2e216825db
commit
4d254bde1d
|
|
@ -42,9 +42,9 @@ Ansible role: https://github.com/rossmcdonald/telegraf
|
||||||
|
|
||||||
### From Source:
|
### 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:
|
2. Clone the Telegraf repository:
|
||||||
```
|
```
|
||||||
cd ~/src
|
cd ~/src
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue