core(deps): bump golang-cilint to v2.0.2 (#83)

This commit is contained in:
ChristopherHX
2025-04-25 21:58:30 +02:00
committed by GitHub
parent 4be22e9b76
commit fba76f10dd
38 changed files with 184 additions and 174 deletions

View File

@@ -126,11 +126,11 @@ func (e *Environment) Stop(ctx context.Context) error {
}
if err := vm.Stop(ctx); err != nil {
common.Logger(ctx).Errorf("Failed to stop VM: %v", err)
common.Logger(ctx).Errorf("failed to stop VM: %v", err)
}
if err := vm.Delete(ctx); err != nil {
common.Logger(ctx).Error("Failed to delete VM: %v", err)
common.Logger(ctx).Error("failed to delete VM: %v", err)
return err
}