mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-03 17:16:37 +00:00
chore(deps): update dependency golangci/golangci-lint to v2.2.1 (#2110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
@@ -51,6 +51,7 @@ func TestMultipleDirectories(t *testing.T) {
|
||||
got := ""
|
||||
|
||||
errCh := make(chan error, 1)
|
||||
|
||||
go func() {
|
||||
errCh <- textFileCollector.Collect(metrics)
|
||||
|
||||
@@ -88,6 +89,7 @@ func TestDuplicateFileName(t *testing.T) {
|
||||
got := ""
|
||||
|
||||
errCh := make(chan error, 1)
|
||||
|
||||
go func() {
|
||||
errCh <- textFileCollector.Collect(metrics)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user