This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new fdbe926  ARROW-3131: [Go] add Go1.11 to the build matrix
fdbe926 is described below

commit fdbe926faa4aaa1922d80d3ef5627fb6a02883be
Author: Sebastien Binet <[email protected]>
AuthorDate: Sun Oct 21 12:23:29 2018 +0200

    ARROW-3131: [Go] add Go1.11 to the build matrix
    
    needs #2486
    
    Author: Sebastien Binet <[email protected]>
    
    Closes #2487 from sbinet/issue-3131 and squashes the following commits:
    
    d5d58d2a <Sebastien Binet> ARROW-3131:  use Go1.11.x
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2115218..bfb607f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -263,7 +263,7 @@ matrix:
     go_import_path: github.com/apache/arrow
     os: linux
     go:
-    - 1.10.x
+    - 1.11.x
     before_script:
     - if [ $ARROW_CI_GO_AFFECTED != "1" ]; then exit; fi
     script:

Reply via email to