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

Drop compat for go < 1.17 #47

Merged
merged 2 commits into from
Apr 5, 2022
Merged

Commits on Apr 5, 2022

  1. Drop compat for go < 1.17

    This commit modifies our mage go verification step to drop
    compatibility with go < 1.17 when checking modules. It also
    enables an env var  `MIN_GO_VERSION` to allow users of the
    package to configure the go version they require.
    
    Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net>
    puerco committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    3f1eb64 View commit details
    Browse the repository at this point in the history
  2. Go mod tidy -compat=1.17

    Run go mod tidy with the new options to allow this OR to verify itself.
    
    Signed-off-by: Adolfo García Veytia (Puerco) <adolfo.garcia@uservers.net>
    puerco committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ed2b85d View commit details
    Browse the repository at this point in the history