From b1fead2723530831561251420f66f2666221f78d Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Wed, 2 Sep 2015 10:07:24 +1000 Subject: [PATCH] Switch to Go 1.5 on Travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 329636f99c..8214b6d2e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ dist: trusty # We can't build with 1.4.2 (the default as of 2015-07-27), because it doesn't # support vendoring. -go: 1.5rc1 +go: 1.5 # Ensure that we get vendoring support in `go test`. env: