You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2019/07/31 18:02:58 UTC

[mynewt-core] branch master updated: travis: upgrade to go 1.12

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

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new cac3aae  travis: upgrade to go 1.12
cac3aae is described below

commit cac3aae9a035e5816c3fbd1a17fc1b6fa6ec891b
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Wed Jul 31 10:42:08 2019 -0700

    travis: upgrade to go 1.12
    
    The latest newt requires go 1.12+.
    
    +go get mynewt.apache.org/newt/newt
    ../../../mynewt.apache.org/newt/newt/downloader/downloader.go:509:14: ee.ExitCode undefined (type *exec.ExitError has no field or method ExitCode)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index be160f7..b583a61 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ _addons: &addon_conf
       - linux-libc-dev:i386
 
 go:
-  - "1.11"
+  - "1.12"
 
 git:
   depth: false