Skip to content

Commit

Permalink
Update README.md (#3552)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lkokila authored Mar 30, 2021
1 parent a76a178 commit e0f0ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fluent-bit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e0f0ee0

Please sign in to comment.