You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2019/10/11 17:31:45 UTC

[mynewt-newt] 02/02: Update travis to use go 1.13

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

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

commit 008b388147b5de1b4994919693aaca3734d97c4f
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu Oct 10 20:32:09 2019 -0300

    Update travis to use go 1.13
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 0e43d65..658f63c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ _addons: &addon_conf
       - linux-libc-dev:i386
 
 go:
-  - "1.12"
+  - "1.13"
 
 git:
   depth: false