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

Add 'go-version' Output #85

Merged
merged 2 commits into from Apr 8, 2022

Commits on Apr 7, 2022

  1. Add go-version to action outputs

    This provides the semver version of Go that has been installed. This is useful
    if only a major or minor version has been provided as the input go-version
    value.
    mcdonnnj committed Apr 7, 2022
    Copy the full SHA
    2930331 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Convert version extraction to a function

    Simplify how the version is extracted and add a simple test at the same
    time.
    
    Co-authored-by: Peter Mescalchin <peter@magnetikonline.com>
    Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
    3 people committed Apr 8, 2022
    Copy the full SHA
    b2f8b6e View commit details
    Browse the repository at this point in the history