Replies: 1 comment 1 reply
-
We follow the Go release policy: https://go.dev/doc/devel/release#policy If you wish to be conservative with the version of Go you're using, maybe you want to do the same with the otel version you're using, and old versions don't disappear. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that this library adopts the latest go version as a minimum very quickly, forcing consuming projects to upgrade their go version too, or to stay with older versions of this library.
A pattern I've seen in other low-level libraries, which are consumed by many other projects, is to be conservative about how quickly they require newer versions of go.
Beta Was this translation helpful? Give feedback.
All reactions