Skip to content

Cannot use "go install" for latest release of fs-repo-migrations binaryΒ #147

@aschmahmann

Description

@aschmahmann

As a result of the move to submodules go install github.com/ipfs/fs-repo-migrations will target v1.7.1 since it was the last binary version to be present in that module. The fs-repo-migrations binary is now in a fs-repo-migrations subfolder+module. This means it needs to be installed as go install github.com/ipfs/fs-repo-migrations/fs-repo-migrations.

Unfortunately, there's not currently a tag for fs-repo-migrations/v2.0.2 so it will just pull the latest commit.

We should either:

  1. Move fs-repo-migrations back to the root module and retag the root (e.g. v2.0.3)
  2. Tag fs-repo-migrations/v2.0.3

Whichever we do should be documented in the README

Metadata

Metadata

Assignees

No one assigned

    Labels

    need/triageNeeds initial labeling and prioritization

    Type

    No type

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions