Constant speed in 2d game.

Hello, Community!
I have a problem with my 2d game: I need the object to move with constant speed. If I move it with RigidBody function AddForce(); then its speed is increasing.
How can I solve this problem?

Set its velocity and therefore speed using Rigidbody2D.velocity.