Skip to content

Commit

Permalink
Merge pull request #91 from gfanton/fix/readme-version
Browse files Browse the repository at this point in the history
  • Loading branch information
gfanton authored Mar 1, 2022
2 parents 21c33ff + 63b4ca3 commit f92835b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ See [GoDoc](https://godoc.org/github.com/berty/go-orbit-db).

Constraints:

* `go-orbit-db` currently only works with **go1.14** and later
* `go-orbit-db` currently only works with **go1.16** and later
* You need to use the canonical import: `berty.tech/go-orbit-db` instead of `github.com/berty/go-orbit-db`
* If you have `410 gone` errors, make sure that you use a reliable `$GOPROXY` or disable it completely

Example:

```console
$ go version
go version go1.13.4 darwin/amd64
go version go1.17.3 darwin/amd64
$ go get berty.tech/go-orbit-db
[...]
$
Expand Down

0 comments on commit f92835b

Please sign in to comment.