From 28d4288cb46f5546dba8b4f5463ebf363f19eb2b Mon Sep 17 00:00:00 2001 From: Eliott Bouhana <47679741+eliottness@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:53:30 +0200 Subject: [PATCH] readme: drop go 1.19 from support table (#2758) Signed-off-by: Eliott Bouhana --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 89094120c4..d9a8974769 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,6 @@ Datadog APM for Go is built upon dependencies defined in specific versions of th | 1.22 | [GA](#support-ga) | | 1.21 | [GA](#support-ga) | | 1.20 | [Maintenance](#support-maintenance) | -| 1.19 | [Legacy](#support-legacy) | * Datadog's Trace Agent >= 5.21.1 @@ -105,4 +104,4 @@ If you're only interested in the tests for a specific integration it can be usef For example if you're running tests that need the `mysql` database container to be up: ```shell docker compose -f docker-compose.yaml -p dd-trace-go up -d mysql -``` \ No newline at end of file +```