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 2020/03/11 03:19:43 UTC

[dubbo-go-hessian2] branch master updated: Mod: restart go version

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-hessian2.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e083b2  Mod: restart go version
0e083b2 is described below

commit 0e083b2abbb73097778b4c62b803374c68473688
Author: alexstocks <al...@foxmail.com>
AuthorDate: Wed Mar 11 11:19:27 2020 +0800

    Mod: restart go version
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d055790..a711aab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ matrix:
       jdk: openjdk8
 
 go:
-  - "1.13"
+  - "1.12"
 
 script:
   - mvn clean package -f test_hessian/pom.xml