From 3d30cff9ecc5adc2a8fb28b2f9566f464d56aab3 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Wed, 24 May 2017 15:14:31 -0700 Subject: [PATCH] travis.yml: Use Go 1.8.3 in tests and published images --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d1affb0..db28d6f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ services: - docker go: - 1.7.4 - - 1.8 + - 1.8.3 - tip matrix: allow_failures: @@ -19,6 +19,6 @@ deploy: skip_cleanup: true on: branch: master - go: '1.8' + go: '1.8.3' notifications: email: change