From 3a9ad02eef42549c3ff28777919c2531af53d32a Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:05:49 +0200 Subject: [PATCH] Update go.mod --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 6e27eed7..d123a51a 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,6 @@ module github.com/elastic/apm-data -go 1.22 -toolchain go1.22.5 +go 1.22.0 require ( github.com/elastic/opentelemetry-lib v0.8.1