rethinkdb / rethinkdb-go

Go language driver for RethinkDB
Apache License 2.0
1.65k stars 180 forks source link

update github.com/cenkalti/backoff v4.0.0, and drop Go < 1.12 #481

Closed thaJeztah closed 4 years ago

thaJeztah commented 4 years ago

This package now provides a Go module, but officially requires Go 1.12 and up; older versions of Go are deprecated (including Go 1.12 (but only recently)) so updating should be possible now.

See individual commits for details

thaJeztah commented 4 years ago

@CMogilko ptal 🤗

/cc @cquon thought I'd do a PR here (related to my review comments on https://github.com/theupdateframework/notary/pull/1537)

thaJeztah commented 4 years ago

Thanks!