From ce330b94b5633ce4ac797dc1efda61759436dcf3 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Sat, 14 Jan 2017 18:44:56 +0700 Subject: [PATCH] update to Go 1.8rc1 for Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1457c41..66f02d9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ services: go: - 1.6.4 - 1.7.4 - - 1.8beta1 + - 1.8rc1 # first part of the GOARCH workaround # setting the GOARCH directly doesn't work, since the value will be overwritten later