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 3848d64 Update: go version 1.12 -> 1.13 in go.mod
3848d64 is described below
commit 3848d646657a13ea1706eb6abc55339ecde760b2
Author: alexstocks <[email protected]>
AuthorDate: Sun Mar 8 16:19:26 2020 +0800
Update: go version 1.12 -> 1.13 in go.mod
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index a711aab..d055790 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ matrix:
jdk: openjdk8
go:
- - "1.12"
+ - "1.13"
script:
- mvn clean package -f test_hessian/pom.xml