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 <[email protected]> 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
