bump ci go version to 1.5.2

This commit is contained in:
Mike Danese
2015-11-30 11:00:29 -08:00
parent 77a5ba6c57
commit c2753d75d2
5 changed files with 9 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
# This file creates a build environment for building and running kubernetes
# unit and integration tests
FROM golang:1.4
FROM golang:1.5.2
MAINTAINER Jeff Lowdermilk <jeffml@google.com>
ENV WORKSPACE /workspace

View File

@@ -1,6 +1,6 @@
all: push
TAG = 0.3
TAG = 0.5
container:
docker build -t gcr.io/google_containers/kubekins-test .