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

travis: Add Go 1.8 #537

Merged
merged 1 commit into from
Feb 20, 2017
Merged

travis: Add Go 1.8 #537

merged 1 commit into from
Feb 20, 2017

Conversation

samuelkarp
Copy link
Member

No description provided.

Signed-off-by: Samuel Karp <skarp@amazon.com>
@codecov-io
Copy link

Codecov Report

Merging #537 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #537   +/-   ##
=======================================
  Coverage   62.12%   62.12%           
=======================================
  Files           3        3           
  Lines         404      404           
=======================================
  Hits          251      251           
  Misses         93       93           
  Partials       60       60

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 56460b9...713900a. Read the comment docs.

Copy link
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

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

LGTM

@dqminh
Copy link
Member

dqminh commented Feb 20, 2017

LGTM

@dqminh dqminh merged commit a40ba05 into containerd:master Feb 20, 2017
@@ -5,6 +5,7 @@ language: go

go:
- 1.7
Copy link
Contributor

@runcom runcom Feb 20, 2017

Choose a reason for hiding this comment

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

1.7 means 1.7.0 in Travis - this should actually be 1.7.x and below 1.8.x @estesp @crosbymichael

Copy link
Contributor

Choose a reason for hiding this comment

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

indeed till now, this repo has been testing with go1.7.0 (not latest 1.7.5)

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks! I'll open a new PR shortly.

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