1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-08-10 22:31:50 +02:00

Drop support for Go 1.22 (#6381)

This commit is contained in:
Sam Xie
2025-03-05 22:23:10 -08:00
committed by GitHub
parent 5ba5e7a449
commit 09ff8b107a
27 changed files with 29 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
module go.opentelemetry.io/otel/trace
go 1.22.0
go 1.23.0
replace go.opentelemetry.io/otel => ../

View File

@@ -1,6 +1,6 @@
module go.opentelemetry.io/otel/trace/internal/telemetry/test
go 1.22.0
go 1.23.0
require (
github.com/stretchr/testify v1.10.0