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

Use the same docker version in /agent and /ecs-agent #3767

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

ohsoo
Copy link
Contributor

@ohsoo ohsoo commented Jun 26, 2023

Summary

Downgrade the docker/docker version in the /ecs-agent/go.mod to the same version used in the /agent/go.mod

Implementation details

Manually updated the version and ran go mod tidy and go mod vendor.

Testing

Existing tests ran

New tests cover the changes: no

Description for the changelog

Downgrade the docker version used in the ecs-agent/go.mod to v20.10.24

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ohsoo ohsoo marked this pull request as ready for review June 26, 2023 22:47
@ohsoo ohsoo requested a review from a team as a code owner June 26, 2023 22:47
@amogh09
Copy link
Contributor

amogh09 commented Jun 27, 2023

There is a conflict in the versions of github.com/docker/go-units too. Did you run go mod tidy in agent module after the changes in this PR? I think we should downgrade github.com/docker/go-units to v0.5.0 in ecs-agent to match agent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants