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

Move to go 1.17 #12868

Merged
merged 15 commits into from Oct 21, 2021
Merged

Move to go 1.17 #12868

merged 15 commits into from Oct 21, 2021

Commits on Oct 19, 2021

  1. Move to go 1.17.

    ncabatoff committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    59e3a45 View commit details
    Browse the repository at this point in the history
  2. Refresh go.mod/go.sum.

    ncabatoff committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    001ea95 View commit details
    Browse the repository at this point in the history
  3. Add CL

    ncabatoff committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    e8b4e24 View commit details
    Browse the repository at this point in the history
  4. go mod tidy

    ncabatoff committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    848495b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57cd2f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    4bab972 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into adopt-go-1.17

    # Conflicts:
    #	go.mod
    #	go.sum
    ncabatoff committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    5c1456e View commit details
    Browse the repository at this point in the history
  3. Try upgrading docker lib to see if that fixes the build error we're s…

    …eeing on "github.com/docker/docker/pkg/archive"
    ncabatoff committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    800ba99 View commit details
    Browse the repository at this point in the history
  4. Adapt to newer docker api.

    ncabatoff committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    f91b383 View commit details
    Browse the repository at this point in the history
  5. Rename methods.

    ncabatoff committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    fac6f25 View commit details
    Browse the repository at this point in the history
  6. Don't downgrade go-msgpack.

    ncabatoff committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    ad9bdd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20651f8 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into adopt-go-1.17

    # Conflicts:
    #	go.mod
    #	go.sum
    ncabatoff committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    473712a View commit details
    Browse the repository at this point in the history
  9. Reverted to main's go.mod, since I brought some changes over from my …

    …attempt at this PR in ent, and some of those changes were causing problems.
    ncabatoff committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    9f40c18 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Improve tests and godoc.

    ncabatoff committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    d9b97d2 View commit details
    Browse the repository at this point in the history