Skip to content

Commit

Permalink
Update README.md
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 committed Mar 28, 2021
1 parent 37a7189 commit 1fb61a8
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 1fb61a8

Please sign in to comment.