ogen-go / ogen

OpenAPI v3 code generator for go
https://ogen.dev
Apache License 2.0
1.46k stars 86 forks source link

Older version of semconv used #1283

Closed immesys closed 4 months ago

immesys commented 4 months ago

What version of ogen are you using?

1.2.2

Can this issue be reproduced with the latest version?

Yes

What did you do?

The generated code is using go.opentelemetry.io/otel/semconv/v1.19.0 but this package is quite old. Due to the way that otel works, you can get runtime errors if other otel related packages are too new are require a newer version of semconv.

What did you expect to see?

After upgrading to ogen 1.2.2 I would have expected to see the semconv dependency updated but it has remained at v1.19.0 for as long as I have been using ogen.