From 37765fbde5b297b81bba2d1306f9abc84e8f775d Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Thu, 5 Apr 2018 18:12:17 -0400 Subject: [PATCH] Track Go 1.10 point releases in travis I assume we don't want to lock to Go 1.10.0. Signed-off-by: Phil Estes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 814b846a7..01e9c6863 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ services: language: go go: - - "1.10" + - "1.10.x" go_import_path: github.com/containerd/containerd