From d1a86eae9369e0c8fac745bca6a6615981f9fad3 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Thu, 21 Mar 2019 16:16:22 -0400 Subject: [PATCH] Ensure that only Golang 1.10 builds are pushed to DockerHub Signed-off-by: Kevin P. Fleming --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f9fc269..02cf534 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,4 +36,5 @@ deploy: skip_cleanup: true on: tags: true + go: "1.10.x" condition: -n "$DOCKER_PASSWORD"