-
Notifications
You must be signed in to change notification settings - Fork 618
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
[wip] vendor: update aws-sdk-go to v1.12.5 #1006
Conversation
"Rev": "b489cce1dd1ada60f519fe0dc70c096379a42214" | ||
}, | ||
{ | ||
"ImportPath": "github.com/aws/aws-sdk-go/vendor/github.com/go-ini/ini", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should not be picked up and appears to be an error; nested vendors should be excluded by godep.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hrm apparently it's a known issue tools/godep#498 (comment). ill try the work around described there.
blocked on dep migration #1009 |
closing since aws-sdk-go was updated with the cgroup changes. |
Summary
updating aws-sdk-go to v1.12.5: b489cce
Implementation details
n/a
Testing
make release
)go build -out amazon-ecs-agent.exe ./agent
)make test
) passgo test -timeout=25s ./agent/...
) passmake run-integ-tests
) pass.\scripts\run-integ-tests.ps1
) passmake run-functional-tests
) pass.\scripts\run-functional-tests.ps1
) passNew tests cover the changes:
no
Description for the changelog
n/a
Licensing
This contribution is under the terms of the Apache 2.0 License:
yes