You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This updates our library to require go 1.23.
If we bump all our dependencies, we have an indirect dependency on go 1.22.7:
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/[email protected] requires go >= 1.22.7
We want to use 1.23 everywhere anyway (except replicate-go, but that doesn't
depend on this library).
0 commit comments