chore(deps): update golangci/golangci-lint-action action to v7 (#1976)

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
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:
renovate[bot]
2025-04-05 11:55:10 +02:00
committed by GitHub
parent ecc805f0fa
commit 6471f3985a
12 changed files with 125 additions and 137 deletions

View File

@@ -275,7 +275,7 @@ func (c *Collection) Close() error {
// initMI To be called by the exporter for collector initialization.
func (c *Collection) initMI() error {
app, err := mi.Application_Initialize()
app, err := mi.ApplicationInitialize()
if err != nil {
return fmt.Errorf("error from initialize MI application: %w", err)
}