Skip to content

Remove Go version check in travis#2437

Merged
crosbymichael merged 1 commit intocontainerd:masterfrom
thaJeztah:remove_go_version_check
Jul 5, 2018
Merged

Remove Go version check in travis#2437
crosbymichael merged 1 commit intocontainerd:masterfrom
thaJeztah:remove_go_version_check

Conversation

@thaJeztah
Copy link
Copy Markdown
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]>
Comment thread .travis.yml
- 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
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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