From 2726c6aab72bd503bc0ace4b63c7202853902229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Thu, 1 Aug 2024 09:06:59 +0200 Subject: [PATCH] [chore] Remove toolchain from go.mod (#5661) Towards https://github.com/open-telemetry/opentelemetry-go/issues/5660 --- bridge/opentracing/test/go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/bridge/opentracing/test/go.mod b/bridge/opentracing/test/go.mod index ceaad40924d..6a0d704d18d 100644 --- a/bridge/opentracing/test/go.mod +++ b/bridge/opentracing/test/go.mod @@ -2,8 +2,6 @@ module go.opentelemetry.io/otel/bridge/opentracing/test go 1.21.0 -toolchain go1.22.5 - replace go.opentelemetry.io/otel => ../../.. replace go.opentelemetry.io/otel/bridge/opentracing => ../