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

Run tests against go 1.11 and drop 1.9 #737

Merged
merged 2 commits into from Jan 9, 2019
Merged

Commits on Aug 28, 2018

  1. Copy the full SHA
    144d7bc View commit details
    Browse the repository at this point in the history
  2. Adapt to new gofmt formatting

    The formatting of gofmt changed slightly in go 1.11.  The release
    notes recommend to use a specific binary of gofmt.  See
    https://golang.org/doc/go1.11#gofmt
    
    This commit adapts to the new formatting applied by gofmt and changes
    the configs for travis and circleci to run gofmt only with go 1.11.
    michael-k committed Aug 28, 2018
    Copy the full SHA
    6671ede View commit details
    Browse the repository at this point in the history