Update tests from Go 1.5.2 to Go 1.5.3

This commit is contained in:
Jeff Grafton
2016-01-20 16:24:51 -08:00
parent 79e0c9f5e5
commit 0d84b49f65
6 changed files with 7 additions and 7 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.5.2
FROM golang:1.5.3
MAINTAINER Jeff Lowdermilk <jeffml@google.com>
ENV WORKSPACE /workspace

View File

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