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

Add Go 1.18 to compatibility tested versions #1976

Merged
merged 4 commits into from Mar 23, 2022

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Mar 22, 2022

Fix #1975

golang.org/x/sys is upgraded to latest to resolve the issue identified here: golang/go#49219

@codecov
Copy link

codecov bot commented Mar 22, 2022

Codecov Report

Merging #1976 (d6f2b9d) into main (5eecde7) will increase coverage by 3.8%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #1976     +/-   ##
=======================================
+ Coverage   72.1%   76.0%   +3.8%     
=======================================
  Files        124     126      +2     
  Lines       5330    5376     +46     
=======================================
+ Hits        3848    4089    +241     
+ Misses      1370    1162    -208     
- Partials     112     125     +13     
Impacted Files Coverage Δ
...n/github.com/gocql/gocql/otelgocql/test/version.go 0.0% <0.0%> (ø)
.../github.com/gocql/gocql/otelgocql/internal/cass.go 95.1% <0.0%> (ø)
...ion/github.com/gocql/gocql/otelgocql/instrument.go 62.5% <0.0%> (+62.5%) ⬆️
...ntation/github.com/gocql/gocql/otelgocql/config.go 67.3% <0.0%> (+67.3%) ⬆️
...ation/github.com/gocql/gocql/otelgocql/observer.go 75.1% <0.0%> (+75.1%) ⬆️
...entation/github.com/gocql/gocql/otelgocql/gocql.go 100.0% <0.0%> (+100.0%) ⬆️
...tation/github.com/gocql/gocql/otelgocql/version.go 100.0% <0.0%> (+100.0%) ⬆️

@MrAlias MrAlias merged commit 9d5673a into open-telemetry:main Mar 23, 2022
@MrAlias MrAlias deleted the go-1.18 branch March 23, 2022 18:23
@MrAlias MrAlias mentioned this pull request Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add compatibility testing for Go 1.18
3 participants