-
Notifications
You must be signed in to change notification settings - Fork 949
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
Upgrade: Bump to Go 1.10.4 #2321
Upgrade: Bump to Go 1.10.4 #2321
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2321 +/- ##
==========================================
+ Coverage 67.45% 68.01% +0.55%
==========================================
Files 218 265 +47
Lines 17678 18207 +529
==========================================
+ Hits 11925 12383 +458
- Misses 4351 4399 +48
- Partials 1402 1425 +23
|
Split un-related changes into other pr ? @fuweid |
LGTM |
@Ace-Tang all changed is related. The lint policy of new go version has been changed. So I need to modify the source. |
LGTM |
1 similar comment
LGTM |
Record the cri-tools failure:
And re-run this. |
please also upgrade the |
@zhuangqh thank you! |
It seems there is some wrong in k8s.io/client/spdy implementations. still investigating.. |
root cause is here kubernetes-sigs/cri-tools#257 |
1. update .travis.yml/.circleci-config.yml 2. make sure CI runs the client unit test 3. fix golint error Signed-off-by: Wei Fu <[email protected]>
LGTM |
1 similar comment
LGTM |
Signed-off-by: Wei Fu [email protected]
Ⅰ. Describe what this PR did
Ⅱ. Does this pull request fix one issue?
NONE
Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)
no need
Ⅳ. Describe how to verify it
wait for CI
Ⅴ. Special notes for reviews