Use go 1.10 for containerd go verify.#9736
Conversation
did you mean go 1.10? also note kubernetes master branch is now on go 1.11 |
| - image: gcr.io/k8s-testimages/kubekins-e2e:v20181005-fd9cfb8b0-master | ||
| # TODO(random-liu): Update to gcr.io/k8s-testimages/kubekins-e2e:v20181005-fd9cfb8b0-master | ||
| # after containerd is updated to go 1.11. | ||
| - image: gcr.io/k8s-testimages/kubekins-e2e:v20181002-3e479534e-master |
There was a problem hiding this comment.
Which image I should use then?
Yeah, 1.10. This only updates the verify job, we have to use 1.10 now until containerd is updated to 1.11. And kubernetes won't be affected, we don't build it in the job. |
Signed-off-by: Lantao Liu <lantaol@google.com>
005dbd6 to
c98c5eb
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, Random-Liu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@Random-Liu: Updated the
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Containerd is still using go 1.10.
Signed-off-by: Lantao Liu lantaol@google.com