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:19:16 UTC

[mynewt-nimble] 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-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new 93368f5  travis.yml: Bump Go to 1.16
93368f5 is described below

commit 93368f517fa12cede5eaaaab99e53210377bfa5f
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Sun Oct 3 01:20:44 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 285b81e..0b59e7a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ _addons: &addon_conf
       - gcc-7-multilib
 
 go:
-  - "1.12"
+  - "1.16"
 
 git:
   depth: false