ogen-go / ogen

OpenAPI v3 code generator for go

Home Page:https://ogen.dev

Repository from Github https://github.comogen-go/ogenRepository from Github https://github.comogen-go/ogen

Older version of semconv used

immesys opened this issue · comments

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.