-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
internal/trace: opentelemetry-go requires Go 1.20 #9267
Labels
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Comments
quartzmo
added
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
priority: p3
Desirable enhancement or fix. May not be included in next release.
and removed
triage me
I really want to be triaged.
labels
Jan 16, 2024
quartzmo
added a commit
to quartzmo/google-cloud-go
that referenced
this issue
Jan 16, 2024
quartzmo
changed the title
packagename: short description of bug
internal/trace: opentelemetry-go requires Go 1.20
Jan 16, 2024
codyoss
added
priority: p2
Moderately-important priority. Fix may not be included in next release.
and removed
priority: p3
Desirable enhancement or fix. May not be included in next release.
labels
Jan 16, 2024
I think we should downgrade the dependency and pin it for the time being. |
quartzmo
added
the
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
label
Jan 17, 2024
Do not merge pending investigation of downgrading and pinning the dependency. |
quartzmo
added a commit
that referenced
this issue
Jan 22, 2024
gcf-merge-on-green bot
pushed a commit
that referenced
this issue
Feb 26, 2024
🤖 I have created a release *beep* *boop* --- ## [0.112.1](https://togithub.com/googleapis/google-cloud-go/compare/v0.112.0...v0.112.1) (2024-02-26) ### Bug Fixes * **internal/postprocessor:** Handle googleapis link in commit body ([#9251](https://togithub.com/googleapis/google-cloud-go/issues/9251)) ([1dd3515](https://togithub.com/googleapis/google-cloud-go/commit/1dd35157bff871a2b3e5b0e3cac33502737fd631)) ### Documentation * **main:** Add OpenTelemetry-Go compatibility warning to debug.md ([#9268](https://togithub.com/googleapis/google-cloud-go/issues/9268)) ([18f9bb9](https://togithub.com/googleapis/google-cloud-go/commit/18f9bb94fbc239255a873b29462fc7c2eac3c0aa)), refs [#9267](https://togithub.com/googleapis/google-cloud-go/issues/9267) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
do not merge
Indicates a pull request not ready for merge, due to either quality or timing.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Client
Spanner
Go Environment
Go1.19
Actual behavior
From @harshachinta:
I tried to run a sample application with Go1.19 against Spanner go client library for collecting metrics and got the below error
Additional context
This is the release that dropped the compatibility for Go 1.19
https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.18.0
google-cloud-go updated to opentelemetry-go v1.21.0 in #9230.
The text was updated successfully, but these errors were encountered: