Skip to content

Flyctl install not working without specifying specific version #25

Description

@GMkonan

If you pass "latest", "lts" or nothing at all the installation will fail. Problem is probably at this line.
https://github.com/dhoeric/features/blob/192d4a726534537fb24b0caeedf9bf689ce72b41/src/flyctl/install.sh#L51C18-L51C18

This is because flyctl changed how they name their tags as you can see here:

Using the same git ls-remote --tags https://github.com/superfly/flyctl command

image

So now instead of getting the version number (E.g. v0.1.92) We are getting 2023.9.8

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions