From f42efdbca9e4d98ac80d1ab4fffe6e1b20595e2b Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Tue, 26 Dec 2017 08:38:27 +0700 Subject: [PATCH] also run the Travis tests with Go 1.10 beta --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ed447b8c..fe3a60e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ language: go go: - 1.9.2 + - 1.10beta1 # first part of the GOARCH workaround # setting the GOARCH directly doesn't work, since the value will be overwritten later