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

Remove build flags for runtime/trace support #1498

Merged
merged 3 commits into from
Jan 29, 2021

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Jan 29, 2021

The minimum version of Go this project supports is 1.14 meaning that all supported versions of Go support the runtime/trace package. Remove specific build overrides for versions of Go prior to 1.11 that are not supported by this project.

Superseeds #1469

The minimum version of Go this project supports is 1.14 meaning that all
supported versions of Go support the runtime/trace package. Remove
specific build overrides for versions of Go prior to 1.11 that are not
supported by this project.
@MrAlias MrAlias added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Jan 29, 2021
Base automatically changed from master to main January 29, 2021 19:39
@codecov
Copy link

codecov bot commented Jan 29, 2021

Codecov Report

Merging #1498 (9bd4f6b) into main (4bf4b69) will decrease coverage by 0.0%.
The diff coverage is 50.0%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #1498     +/-   ##
=======================================
- Coverage   79.0%   79.0%   -0.1%     
=======================================
  Files        128     127      -1     
  Lines       6685    6683      -2     
=======================================
- Hits        5282    5280      -2     
  Misses      1148    1148             
  Partials     255     255             
Impacted Files Coverage Δ
sdk/trace/tracer.go 88.8% <50.0%> (-11.2%) ⬇️

@MrAlias MrAlias merged commit ad7b471 into open-telemetry:main Jan 29, 2021
@MrAlias MrAlias deleted the trace-nongo11 branch January 29, 2021 20:41
@MrAlias MrAlias mentioned this pull request Feb 12, 2021
ldelossa pushed a commit to ldelossa/opentelemetry-go that referenced this pull request Mar 5, 2021
The minimum version of Go this project supports is 1.14 meaning that all
supported versions of Go support the runtime/trace package. Remove
specific build overrides for versions of Go prior to 1.11 that are not
supported by this project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants