From 1fb61a87c3e25bac3d5f1c322eecd0445c4cf156 Mon Sep 17 00:00:00 2001 From: Lashan Date: Sun, 28 Mar 2021 23:37:32 +0530 Subject: [PATCH] Update README.md 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. --- cmd/fluent-bit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/fluent-bit/README.md b/cmd/fluent-bit/README.md index c60f72723dd8..372cf9e8e466 100644 --- a/cmd/fluent-bit/README.md +++ b/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: