You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2021/10/04 08:17:55 UTC

[mynewt-core] branch master updated: travis.yml: Bump Go to 1.16

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

andk 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 f59f264  travis.yml: Bump Go to 1.16
f59f264 is described below

commit f59f264de5b3f18ab37ba504858ec6ddf518c66e
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Sat Oct 2 23:10:05 2021 +0200

    travis.yml: Bump Go to 1.16
    
    This is required for updated install script to work properly.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7c0eb21..496b3d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ _addons: &addon_conf
       - linux-libc-dev:i386
 
 go:
-  - "1.12"
+  - "1.16"
 
 git:
   depth: false