Update README.md (#3552)

With Go 1.11 it's not possible to build the Fluent Bit plugin with the following error.

```
build github.com/sercand/kuberesolver: cannot find module for path github.com/sercand/kuberesolver
```
Needed to use Go 1.16.2 to resolve the issue.
pull/3557/head
Lashan 5 years ago committed by GitHub
parent a76a17877b
commit e0f0ee0585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmd/fluent-bit/README.md

@ -10,7 +10,7 @@ This plugin is implemented with [Fluent Bit's Go plugin](https://github.com/flue
Prerequisites:
* Go 1.11+
* Go 1.16+
* gcc (for cgo)
To build the output plugin library file (`out_grafana_loki.so`), you can use:

Loading…
Cancel
Save