Skip to content
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

fix(build): Temporarily remove otel module when building in GOPATH mode #615

Merged
merged 1 commit into from Mar 30, 2023

Conversation

tonyo
Copy link
Member

@tonyo tonyo commented Mar 30, 2023

Looks like the GOPATH tests are failing because opentelemetry-go now has 1.19+ symbols (atomic.Bool, atomic.Pointer) in their main branch.

Example: https://github.com/getsentry/sentry-go/actions/runs/4563862504/jobs/8052889793

image

We might want to consider dropping the GOPATH builds/support altogether. Opened #616 to discuss that.

@tonyo tonyo self-assigned this Mar 30, 2023
@tonyo tonyo added Status: In Progress Topic: OpenTelemetry Issue/PR related to OpenTelemetry integration labels Mar 30, 2023
@tonyo tonyo marked this pull request as ready for review March 30, 2023 12:45
@tonyo tonyo merged commit 6daa1fa into master Mar 30, 2023
13 checks passed
@tonyo tonyo deleted the tonyo/fix-gopath-otel-disable branch March 30, 2023 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: In Progress Topic: OpenTelemetry Issue/PR related to OpenTelemetry integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants