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

CI: Build and test last two stable Go versions (1.16 and 1.17) #216

Merged
merged 5 commits into from
Oct 21, 2021
Merged

Commits on Oct 21, 2021

  1. use last two stable Go versions

    kmoe committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    81eb541 View commit details
    Browse the repository at this point in the history
  2. remove code specific to Go 1.12

    kmoe committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    a8dbca0 View commit details
    Browse the repository at this point in the history
  3. remove code specific to Go<1.14

    The TFCache.find() function made use of t.Cleanup(), which was not available
    until Go 1.14.
    kmoe committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    6590b88 View commit details
    Browse the repository at this point in the history
  4. remove code specific to Go<1.14

    The testTempDir() function made use of t.Cleanup(), which was not available
    until Go 1.14.
    kmoe committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    cafc1e0 View commit details
    Browse the repository at this point in the history
  5. remove code specitic to Go<1.13

    The cmdString() function made use of Cmd.String(), which was not available
    until Go 1.13.
    kmoe committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    16ed059 View commit details
    Browse the repository at this point in the history