asdine / storm

Simple and powerful toolkit for BoltDB
MIT License
2.06k stars 139 forks source link

Update to bolt v1.3.4 for go 1.14 unsafe pointer conversion fixes #265

Closed jack-kelly closed 4 years ago

jack-kelly commented 4 years ago

Running built in race detection will error on unsafe pointer conversions in the <1.3.4 bolt codebase.

See https://github.com/etcd-io/bbolt/pull/201 for the fix.

https://github.com/etcd-io/bbolt/releases/tag/v1.3.4

asdine commented 4 years ago

Awesome, I was waiting for that fix. Thank you!

jack-kelly commented 4 years ago

No problem!

asdine commented 4 years ago

Done https://github.com/asdine/storm/releases/tag/v3.1.1 thanks 👍