-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): upgrade to go-ipfs 0.5.0 #24
Conversation
@ramfox I need to clean up a commented-out test file, but this should be ready to start review. Fairly straightforward. |
.circleci/config.yml
Outdated
jobs: | ||
build: | ||
working_directory: /go/src/github.com/qri-io/qfs | ||
docker: | ||
- image: circleci/golang:1.12 | ||
- image: circleci/golang:latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we really do latest, typically we try to stick to 1.13
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
part of a set of PRs for qri-io/qri#1225
This adds a
Migrate
function for ipfs filestore that does repo migrations. The migration binary itself is separately downloaded, which keeps import overhead small.