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 to Go 1.9 #1210

Merged
merged 2 commits into from
Jan 24, 2018
Merged

Update to Go 1.9 #1210

merged 2 commits into from
Jan 24, 2018

Conversation

yhlee-aws
Copy link
Contributor

@yhlee-aws yhlee-aws commented Jan 23, 2018

Summary

Updating agent to go 1.9, see issues #681

Implementation details

Testing

  • Builds on Linux (make release)
  • Builds on Windows (go build -out amazon-ecs-agent.exe ./agent)
  • Unit tests on Linux (make test) pass
  • Unit tests on Windows (go test -timeout=25s ./agent/...) pass
  • Integration tests on Linux (make run-integ-tests) pass
  • Integration tests on Windows (.\scripts\run-integ-tests.ps1) pass
  • Functional tests on Linux (make run-functional-tests) pass
  • Functional tests on Windows (.\scripts\run-functional-tests.ps1) pass

New tests cover the changes: N/A

Description for the changelog

Did not update changelog

Licensing

This contribution is under the terms of the Apache 2.0 License: yes

@aaithal
Copy link
Contributor

aaithal commented Jan 23, 2018

lgtm. waiting for test statuses to be updated before giving this a :shipit:

@samuelkarp
Copy link
Contributor

You need the 🚀 in your commit message, but otherwise LGTM after it passes!

@yhlee-aws
Copy link
Contributor Author

yhlee-aws commented Jan 23, 2018

✗ dep status
PROJECT CONSTRAINT VERSION REVISION LATEST PKGS USED
...
github.com/Microsoft/go-winio * v0.4.7 7da180e 7da180e 1
...

It's the latest revision, which includes microsoft/go-winio#48

@yhlee-aws
Copy link
Contributor Author

Updated PR with the updated 3rd party library files, my understanding of how go dep works was wrong; I thought the latest would be pulled down during build.

Copy link
Contributor

@aaithal aaithal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@yhlee-aws yhlee-aws merged commit 74bbcac into aws:dev Jan 24, 2018
@yhlee-aws yhlee-aws deleted the go_1.9_upgrade branch January 24, 2018 23:33
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.

3 participants