# Go Agent

The SeaLights Go agent supports:

* **Go SDK**: version **1.16 and above**
* **Go generics**: fully supported from **Go SDK v1.18** onward

To provide coverage data, the agent performs **automatic static instrumentation** with **zero third-party dependencies**. This applies to both **standalone Go applications** and **AWS Lambda functions** (via SeaLights' Collector support).

Go does not support dynamic runtime instrumentation. Therefore, SeaLights uses **build-time static instrumentation**. This process prepends a lightweight registration call at the beginning of each method to track its execution during test runs. The method’s original logic remains untouched. In effect, this achieves the same outcome as dynamic agents in other languages like Java or .NET — it simply occurs earlier in the development lifecycle.

<figure><img src="https://4057366433-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAjqTCMRYvHhDgsdPLUnc%2Fuploads%2Fm3UbUQGckQUrAYo2vAr4%2Fimage.png?alt=media&#x26;token=a466e505-f44b-4752-9088-64ca486e14f9" alt=""><figcaption></figcaption></figure>
