From 85d83f654b06a480523b3f6802f06d5a3d2c1c49 Mon Sep 17 00:00:00 2001 From: yuexiao-wang Date: Mon, 23 Oct 2017 15:05:55 +0800 Subject: [PATCH] Fix the error for upgrading go version Signed-off-by: yuexiao-wang --- contributors/devel/development.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/contributors/devel/development.md b/contributors/devel/development.md index 0124eacde..8d217bf63 100644 --- a/contributors/devel/development.md +++ b/contributors/devel/development.md @@ -146,9 +146,8 @@ images. - The image for cross compiling in [build/build-image/cross]. The `VERSION` file and `Dockerfile`. -- Update [dockerized-e2e-runner.sh] to run a kubekins-e2e with the desired Go - version. This requires pushing the [e2e][e2e-image] and [test][test-image] - images that are `FROM` the desired Go version. +- Update the desired Go version in Dockerfile for the [e2e][e2e-image] and [test][test-image]. + This requires pushing the [e2e][e2e-image] and [test][test-image] images that are `FROM` the desired Go version. - The cross tag `KUBE_BUILD_IMAGE_CROSS_TAG` in [build/common.sh]. @@ -404,7 +403,6 @@ masse. This makes reviews easier. [OS X GNU tools]: https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x [build/build-image/cross]: https://github.com/kubernetes/kubernetes/blob/master/build/build-image/cross [build/common.sh]: https://github.com/kubernetes/kubernetes/blob/master/build/common.sh -[dockerized-e2e-runner.sh]: https://github.com/kubernetes/test-infra/blob/master/jenkins/dockerized-e2e-runner.sh [e2e-image]: https://github.com/kubernetes/test-infra/tree/master/jenkins/e2e-image [etcd-latest]: https://coreos.com/etcd/docs/latest [etcd-install]: testing.md#install-etcd-dependency