[ABI compat] Fix wolfictl bump suggestion to not include package itself #1065
Annotations
2 errors
pkg/checks/so_name.go#L1
Please run goimports.
diff --git a/pkg/checks/so_name.go b/pkg/checks/so_name.go
index f79901f..f1829ed 100644
--- a/pkg/checks/so_name.go
+++ b/pkg/checks/so_name.go
@@ -272,4 +272,4 @@ func (o *SoNameOptions) checkSonamesMatch(existingSonameFiles, newSonameFiles []
}
return errors.Join(errs...)
-}
\ No newline at end of file
+}
|
|
This job failed
Loading