-
Notifications
You must be signed in to change notification settings - Fork 255
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
Update go version in go.mod (go1.16). Update dependencies #471
Conversation
Codecov Report
@@ Coverage Diff @@
## main #471 +/- ##
=======================================
Coverage ? 81.42%
=======================================
Files ? 27
Lines ? 2197
Branches ? 0
=======================================
Hits ? 1789
Misses ? 312
Partials ? 96 Continue to review full report at Codecov.
|
@mattwynne Sorry. It's me again :). Could you please trigger the job again? |
Looks good @mdeolmosmeli |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
797fb43
to
d43a499
Compare
Hi @mdeolmosmeli, Thanks for your making your first contribution to Cucumber, and welcome to the Cucumber committers team! You can now push directly to this repo and all other repos under the cucumber organization! 🍾 In return for this generous offer we hope you will:
On behalf of the Cucumber core team, |
Hi @vearutop 'n @aslakhellesoy, do you have any schedule for the releases? |
Not exactly, but I think we can release a |
@RodolfoS-ML we never make any commitments to dates for releases. Life is too unpredictable for that! Also, most of the contributors to the cucumber org's code are volunteers, so people need to be able to work on things at their own pace. @vearutop we could make use of Github's Milestones feature to help communicate the scope of upcoming releases, if not the schedule. Might also help with planning a 1.0.0 release? |
🤔 What's changed?
Fix go version in go mod and update dependencies.
⚡️ What's your motivation?
Stop using old dependencies. There are some old version that are being included in the packege.
E.g.: viper v1.7.0 and all its dependencies.
There are some old dependencies in the code. Updating them, I found that go version is 1.13 in go mod. 👉 (Here)
🏷️ What kind of change is this?
♻️ Anything particular you want feedback on?
📋 Checklist: