|
|
|
|
|
by willscott
2236 days ago
|
|
The release notes contain a pretty extensive list of what APIs have changed. The path to upgrade the dependencies is probably to run `go get -u <dep>` for the direct dependencies you're including, and then fixing errors that pop up from doing so. |
|
Usually take go-ipfs's go.mod as a guide on what versions to use.