You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2019/08/03 07:32:30 UTC

[dubbo-go] branch master updated: Mod: delete go1.11 in travis config

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

alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 36474b2  Mod: delete go1.11 in travis config
     new 36836f4  Merge branch 'master' of https://github.com/apache/dubbo-go
36474b2 is described below

commit 36474b231eea2551485f1886971e7d0c83de949f
Author: yuyu <yu...@alipay.com>
AuthorDate: Sat Aug 3 15:31:59 2019 +0800

    Mod: delete go1.11 in travis config
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2038d8e..a4cbb8f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
 language: go
 
 go:
-  - "1.11"
   - "1.12"
 
 env: