From 5b0f43916092a84030ab9a51afa61e09e670d429 Mon Sep 17 00:00:00 2001 From: Andrew Glaude Date: Wed, 22 Jun 2022 16:34:49 -0400 Subject: [PATCH] README: reminder to update public docs (#1353) Adds a comment reminder (so users won't see it, but editors will) to update the public documentation when updating the supported versions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ad9abd48a..b93e3f045c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Datadog APM for Go is built upon dependencies defined in specific versions of th | Legacy | Legacy implementation. May have limited function, but no maintenance provided. [Contact our customer support team for special requests.](https://www.datadoghq.com/support/) | ### Supported Versions - + | **Go Version** | **Support level** | |----------------|-------------------------------------| | 1.18 | [GA](#support-ga) | @@ -46,6 +46,7 @@ Datadog APM for Go is built upon dependencies defined in specific versions of th * Datadog's Trace Agent >= 5.21.1 + #### Package Versioning A **Minor** version change will be released whenever a new version of Go is released. At that time the newest version of Go is added to [GA](#support-ga), the second oldest supported version moved to [Maintenance](#support-maintenance) and the oldest previously supported version dropped to [Legacy](#support-legacy).