You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/07/31 17:44:07 UTC

[GitHub] [mynewt-core] ccollins476ad opened a new pull request #1934: travis: upgrade to go 1.12

ccollins476ad opened a new pull request #1934: travis: upgrade to go 1.12
URL: https://github.com/apache/mynewt-core/pull/1934
 
 
   Travis builds are currently failing due to an incompatible version of go.  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)
   ```
   
   This PR upgrades from 1.11 to 1.12.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services