-
-
Notifications
You must be signed in to change notification settings - Fork 761
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
(core mod) pkg: bump go-redis -> v9 #627
(core mod) pkg: bump go-redis -> v9 #627
Conversation
Version v9 implements the support for Redis v7 and has some other improvements.
Signed-off-by: Mohammed Sohail <sohailsameja@gmail.com>
Signed-off-by: Mohammed Sohail <sohailsameja@gmail.com>
* this was previously reverted also in hibiken#392
Bump. This is really good to have. |
LGTM @kamikazechaser |
Thanks for creating this PR. |
* see redis/go-redis#2458 for more info
For I'll investigate the |
@hibiken Btw since we are not dealing with any secrets in the CI workflow, could we open up permissions to run the workflows without explicit approvals, wdyt? |
@kamikazechaser thanks for looking into this. |
* revert state to as it was before v9 updates for tools and x modules
5c1b83e
to
56cd6a1
Compare
Ah ok. I see the core build is now passing but the Finally, we could tag this as v0.26.0 then update x and tools to ref that, then another update to v0.27.0. We then retract v0.26.0 just to be on the safe side with potential side effects of different go-redis across the modules. |
@hibiken Waiting for CI run approval 😅. |
Codecov Report
@@ Coverage Diff @@
## master #627 +/- ##
=======================================
Coverage 68.34% 68.34%
=======================================
Files 27 27
Lines 3829 3829
=======================================
Hits 2617 2617
Misses 928 928
Partials 284 284
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
It time's for update 🥳 |
@trungdlp-wolffun Might need to wait for a tagged release first on the core module. |
v0.24.1 was released @kamikazechaser 🎉 |
This is a replacement PR for #602 and closes #570. It fixes the tests (all tests pass) and removes v8 references form wherever possible.
Modules
tools
andx
still indirectly reference v8. They should be updated once the main asynq package is bumped. I have also removed replace directives that were initially added to this PR ( only useful for local dev) and which were previously also removed in #392.