From a69262ba24ff51446207cf941ec37bfd9b08a20b Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 13 Jul 2026 13:39:35 +0200 Subject: [PATCH] upd comment --- pkg/es/cluser_health_report.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkg/es/cluser_health_report.go b/pkg/es/cluser_health_report.go index dd4afe4..8a64938 100644 --- a/pkg/es/cluser_health_report.go +++ b/pkg/es/cluser_health_report.go @@ -20,6 +20,7 @@ import ( // "encoding/json/jsontext" // "encoding/json/v2" + "encoding/json" "fmt" @@ -54,7 +55,9 @@ func getHealthReport(conf *cfg.Config) (*HealthReport, error) { report := new(HealthReport{}) - // FIXME: use this once jsonv2 is no more experimental + // FIXME: use this once jsonv2 is no more experimental it already + // builds and works like intended, but golangci-lint doesn't + // recognize it with: go: unknown GOEXPERIMENT jsonv2 // // if err := json.UnmarshalDecode( // jsontext.NewDecoder(