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

Remove Go version check in travis #2437

Merged
merged 1 commit into from
Jul 5, 2018

Conversation

thaJeztah
Copy link
Member

containerd now only supports Go 1.10+, and travis is not configured to run on older versions, so this check became redundant.

containerd now only supports Go 1.10+, and travis is not
configured to run on older versions, so this check became
redundant.

Signed-off-by: Sebastiaan van Stijn <[email protected]>
@@ -60,7 +60,7 @@ script:
- script/validate/vendor
- go build -i .
- make check
- if [[ "$GOOS" = "linux" && "$TRAVIS_GO_VERSION" != "1.9"* ]]; then make check-protos check-api-descriptors; fi
- if [ "$GOOS" = "linux" ]; then make check-protos check-api-descriptors; fi
Copy link
Member Author

Choose a reason for hiding this comment

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

Does travis run on non-Linux at all? If so, we could remove all the if [ "$GOOS" = "linux" ]; checks

@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #2437   +/-   ##
======================================
  Coverage      45%     45%           
======================================
  Files          92      92           
  Lines        9412    9412           
======================================
  Hits         4236    4236           
  Misses       4493    4493           
  Partials      683     683
Flag Coverage Δ
#linux 49.23% <ø> (ø) ⬆️
#windows 41.3% <ø> (ø) ⬆️

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 39b6ba8...108c9cd. Read the comment docs.

@crosbymichael
Copy link
Member

LGTM

@crosbymichael crosbymichael merged commit 0b0b412 into containerd:master Jul 5, 2018
@thaJeztah thaJeztah deleted the remove_go_version_check branch July 5, 2018 13:57
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.

4 participants