我跑了
go get -u github.com/ipfs/ipfs-update
并最终完成了下面的安装
go get:不推荐在模块模式下使用“go get”安装可执行文件。
请改用“安装 pkg@version”。
有关更多信息,请参阅https://golang.org/doc/go-get-install-deprecation或运行“go help get”或“go help install”。
github.com/ipfs/ipfs-update
go/pkg/mod/github.com/ipfs/ipfs-update@v1.7.1/main.go:318:21: 不能使用 lib.NewIpfsFetcher(distPath, 0) (type *lib.IpfsFetcher) 作为类型 migrations.Fetcher在 migrations.NewMultiFetcher 的参数中:
*lib.IpfsFetcher 没有实现 migrations.Fetcher(缺少 Close 方法)
然后,用
ipfs-update versions
但没有看到最新版本。
慕容708150
相关分类