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

update dependency on docker #3175

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

update dependency on docker #3175

wants to merge 3 commits into from

Commits on Aug 20, 2024

  1. update dependency on docker

    since docker doesn't have a go.mod, the opentelemetry dependencies
    in go.sum must be updated by hand according to the vendor.mod file
    of the related docker release
    
    ex. https://github.com/docker/cli/blob/v27.1.1/vendor.mod
    mmetc committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7b99323 View commit details
    Browse the repository at this point in the history
  2. fix build

    mmetc committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2358a35 View commit details
    Browse the repository at this point in the history
  3. fix unit test

    mmetc committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    98d2157 View commit details
    Browse the repository at this point in the history