grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
22.71k stars 3.3k forks source link

fix: Lint issues after merge to main #13326

Closed salvacorts closed 5 days ago

salvacorts commented 5 days ago

What this PR does / why we need it: Followup PR for https://github.com/grafana/loki/pull/13308 fixing a lint issue that broke main.

INFO [runner] linters took 28.358598988s with stages: goanalysis_metalinter: 28.013548731s 
integration/bloom_building_test.go:111:14: SA4010: this result of append is never used, except maybe in other appends (staticcheck)
        builders = append(builders, builder)

Checklist