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

Disable testing against Go 1.3 ~ 1.6 to improve tests #21

Merged
merged 1 commit into from
Jul 16, 2018
Merged

Commits on Jul 16, 2018

  1. Disable testing against Go 1.3 ~ 1.6 to improve tests

    In preparation for executing on #15 (already opened in #17) we need to disable
    testing against older versions of the Go toolchain. There are a few reasons for
    this, the largest being they don't support subtests. These versions, including
    Go 1.7 and 1.8, are EOL by the Go authors so there's also lack of upstream
    support for these toolchains.
    
    This was discussed a bit in #18 and on [Slack](https://gophers.slack.com/archives/CBP4N9BEU/p1531704009000014).
    
    Fixes #18
    
    Signed-off-by: Tim Heckman <t@heckman.io>
    theckman committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    45ce966 View commit details
    Browse the repository at this point in the history