-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Decouple storage dependencies and bump Go to 1.13.x #1886
Decouple storage dependencies and bump Go to 1.13.x #1886
Conversation
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.
LGTM
Signed-off-by: Yuri Shkuro <ys@uber.com>
Signed-off-by: Yuri Shkuro <ys@uber.com>
1674ae5
to
b576dd7
Compare
Signed-off-by: Yuri Shkuro <ys@uber.com>
Signed-off-by: Yuri Shkuro <ys@uber.com>
Signed-off-by: Yuri Shkuro <ys@uber.com>
Codecov Report
@@ Coverage Diff @@
## master #1886 +/- ##
=======================================
Coverage 98.44% 98.44%
=======================================
Files 197 197
Lines 9645 9645
=======================================
Hits 9495 9495
Misses 114 114
Partials 36 36 Continue to review full report at Codecov.
|
Data race in in-memory storage uncovered, fixing it a well. |
* Decouple storage dependencies Signed-off-by: Yuri Shkuro <ys@uber.com> * Bump Go version to 1.13.x Signed-off-by: Yuri Shkuro <ys@uber.com> * Fix quotes Signed-off-by: Yuri Shkuro <ys@uber.com> * Force go modules off Signed-off-by: Yuri Shkuro <ys@uber.com> * Fix data race Signed-off-by: Yuri Shkuro <ys@uber.com> Signed-off-by: Jonah Back <jonah@jonahback.com>
this little dependency pulls all storage implementations into custom builds, not worth it.
The Go bump is needed as staticcheck is failing on 1.12