aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dockerfile/interoptest/grpc_interop_go
diff options
context:
space:
mode:
authorGravatar Menghan Li <menghanl@google.com>2017-03-24 14:26:55 -0700
committerGravatar Menghan Li <menghanl@google.com>2017-03-24 14:32:50 -0700
commite0f894087777e03474d6e35fa6767bcc44343a2b (patch)
tree09974d277872e1d7a76fd02a6e147bc03f11d32d /tools/dockerfile/interoptest/grpc_interop_go
parent7e6b7df8d6bbb80c19ae1736e0c35b4eab06c541 (diff)
update go version in Dockerfile to 1.8
Diffstat (limited to 'tools/dockerfile/interoptest/grpc_interop_go')
-rw-r--r--tools/dockerfile/interoptest/grpc_interop_go/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile b/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile
index d3bf071c72..d7a0b1786b 100644
--- a/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile
+++ b/tools/dockerfile/interoptest/grpc_interop_go/Dockerfile
@@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-FROM golang:1.5
+FROM golang:latest
# Using login shell removes Go from path, so we add it.
RUN ln -s /usr/local/go/bin/go /usr/local/bin