-
Notifications
You must be signed in to change notification settings - Fork 258
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 support for go1.18 #466
Conversation
Tests in go1.18 are failing due to golang/go#51774. |
Codecov Report
@@ Coverage Diff @@
## main #466 +/- ##
==========================================
- Coverage 81.58% 81.41% -0.18%
==========================================
Files 27 27
Lines 2183 2195 +12
==========================================
+ Hits 1781 1787 +6
- Misses 309 312 +3
- Partials 93 96 +3
Continue to review full report at Codecov.
|
There is no known workaround for the Go issue mentioned above. In godog that issue manifests as
Because of that CI upgrade to go1.18 is not feasible yet, I reverted those changes. |
🤔 What's changed?
New version of Go was released and unfortunately there is a compatibility issue with
godog
test builder.⚡️ What's your motivation?
Fixes #464.
🏷️ What kind of change is this?
♻️ Anything particular you want feedback on?
📋 Checklist: