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

Make TestMustGetParsedDuration backwards compatible #63

Merged
merged 2 commits into from Feb 23, 2022

Commits on Feb 22, 2022

  1. TestMustGetParsedDuration: drop version tests

    Fails:
    
    % go version
    go version go1.18beta2 linux/amd64
    
    As per:
    
    	https://go.dev/doc/devel/release#policy
    
    Supported versions are today 1.16 and 1.17, so we can drop this brittle check.
    maage committed Feb 22, 2022
    Copy the full SHA
    9a74999 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    419d650 View commit details
    Browse the repository at this point in the history