Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ further_reading:

## Compatibility requirements

The Go Tracer requires Go `1.18+` and Datadog Agent `>= 5.21.1`. For a full list of Datadog's Go version and framework support (including legacy and maintenance versions), see the [Compatibility Requirements][1] page.
The Go Tracer follows the [Official Go release policy](https://go.dev/doc/devel/release#policy) so only the latest two Go versions are supported. It also requires the Datadog Agent `>= 5.21.1`. For a full list of Datadog's Go version and framework support (including legacy and maintenance versions), see the [Compatibility Requirements][1] page.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The Go Tracer follows the [Official Go release policy](https://go.dev/doc/devel/release#policy) so only the latest two Go versions are supported. It also requires the Datadog Agent `>= 5.21.1`. For a full list of Datadog's Go version and framework support (including legacy and maintenance versions), see the [Compatibility Requirements][1] page.
The Go Tracer follows the [Official Go release policy](https://go.dev/doc/devel/release#policy) and supports only the two most recent Go versions. It also requires the Datadog Agent `>= 5.21.1`. For a full list of Datadog's Go version and framework support (including legacy and maintenance versions), see the [Compatibility Requirements][1] page.


{{% tracing-go-v2 %}}

Expand Down
Loading