Skip to content
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

Support RC versions in the go feature #1053

Open
artificial-aidan opened this issue Jul 22, 2024 · 1 comment
Open

Support RC versions in the go feature #1053

artificial-aidan opened this issue Jul 22, 2024 · 1 comment

Comments

@artificial-aidan
Copy link

By tweaking the go install script then go release candidates could be installed.

        if [ "${last_part_optional}" = "true" ]; then
            last_part="(${escaped_separator}[0-9]+|[rc0-9]+)?"
        else
            last_part="(${escaped_separator}[0-9]+|[rc0-9]+)"
        fi
@samruddhikhandale
Copy link
Member

Thanks for the suggestion, adding to the backlog!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants