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

Bump Go to 1.14 #2294

Merged
merged 6 commits into from
Dec 10, 2021
Merged

Bump Go to 1.14 #2294

merged 6 commits into from
Dec 10, 2021

Commits on Dec 10, 2021

  1. test: Run against supported Go versions

    Run against Go tip and against the oldest supported version.
    pierreprinetti committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    e951a1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c19d171 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b54053a View commit details
    Browse the repository at this point in the history
  4. test: Run reauth tests separately

    Running retests in a separate action to increase explicitness and to
    parallelise WRT to the other unit tests.
    pierreprinetti committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    4c88bfb View commit details
    Browse the repository at this point in the history
  5. Set Go minimum version to 1.14

    The `testhelper` package uses `http.Header`'s method `Values`, which
    [was introduced in GO 1.14][1].
    
    [1]: https://pkg.go.dev/net/http#Header.Values
    pierreprinetti committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    e2ccc7b View commit details
    Browse the repository at this point in the history
  6. test: Run go fmt ./...

    The syntax for build hints has slightly changed and gofmt complains.
    pierreprinetti committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    cfaf0b7 View commit details
    Browse the repository at this point in the history