We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the otlp/go.mod has:
otlp/go.mod
opentelemetry-proto-go/otlp/go.mod
Line 3 in 53bebda
Notice that the Go module depends on:
Line 7 in 53bebda
Which requires Go 1.21: https://github.com/grpc/grpc-go/blob/v1.67.1/go.mod#L3
Therefore, in otlp/go.mod we should have go 1.21.
go 1.21
It look like that there is no GitHub workflows that tests if the generated code actually builds.
I think that renovate (instead of dependabot) would be able to bump the Go version.
Bug found when reviewing #194 (comment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently the
otlp/go.mod
has:opentelemetry-proto-go/otlp/go.mod
Line 3 in 53bebda
Notice that the Go module depends on:
opentelemetry-proto-go/otlp/go.mod
Line 7 in 53bebda
Which requires Go 1.21: https://github.com/grpc/grpc-go/blob/v1.67.1/go.mod#L3
Therefore, in
otlp/go.mod
we should havego 1.21
.It look like that there is no GitHub workflows that tests if the generated code actually builds.
I think that renovate (instead of dependabot) would be able to bump the Go version.
Bug found when reviewing #194 (comment)
The text was updated successfully, but these errors were encountered: