fission-codes / fission

Fission CLI & server
https://runfission.com/docs
119 stars 14 forks source link

Update bundled go-ipfs version for existing CLI install #600

Closed walkah closed 1 year ago

walkah commented 2 years ago

The CLI fetches a version of go-ipfs during fission setup ... however, we don't check or update the bundled go-ipfs at other times. This means that even if you update the CLI version, it will use the go-ipfs version from the initial setup.

We already do a periodic check for the CLI version - I propose we check the current go-ipfs version on the same cycle (and potentially update).

Workaround: running fission setup will download the version to match.

jeffgca commented 1 year ago

With the new server implementation this should not be necessary.