mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-20 17:36:36 +00:00
fix(deps): update module github.com/prometheus/common to v0.67.5 (0.31) (#2354)
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:
@@ -64,7 +64,7 @@ func TestMultipleDirectories(t *testing.T) {
|
||||
err := val.Write(&metric)
|
||||
require.NoError(t, err)
|
||||
|
||||
//nolint:modernize,perfsprint
|
||||
//nolint:modernize
|
||||
got += metric.String()
|
||||
}
|
||||
|
||||
@@ -103,7 +103,6 @@ func TestDuplicateFileName(t *testing.T) {
|
||||
err := val.Write(&metric)
|
||||
require.NoError(t, err)
|
||||
|
||||
//nolint:perfsprint
|
||||
got += metric.String()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user