-
Notifications
You must be signed in to change notification settings - Fork 113
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
Switch to use go.etcd.io/bbolt #19
Conversation
I believe there is some duplication here with #12 |
@catsby Can you approve PR? This update also fixes the problem with go test -race ./... with go 1.14. |
499d2d6
to
bc94ee4
Compare
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.
Tested this with my own code, verified that it fixes go test -race
failures on go 1.15.
I can't merge but I'd appreciate if someone did because it's been approved. 🙈 |
@vrazdalovschi/@catsby: Sorry to nudge, but... ::nudge:: Can we get this landed, please? The old boltdb repo is archived and unmaintained, and fails when built with the race detector enabled. |
Howdy everyone, |
Hi, any updates? |
Hello again, |
Closes #11.