Skip to content

Commit

Permalink
fix: update go version to 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxu19830126 committed Dec 21, 2018
1 parent 582bff8 commit abb2889
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: true
dist: xenial

go:
- 1.9
- 1.11

script: go build ./...

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ API是Gateway的核心概念,我们可以在Gateway的中维护对外的API,
### Routing
Routing是一个路由策略,根据HTTP Request中的Cookie,Querystring、Header、Path中的一些信息把流量分发到或者复制到指定的Cluster,通过这个功能,我们可以实现AB Test和线上引流,[更多](./docs/routing.md)

### 参与开发
## 参与开发
[更多](./docs/build.md)

# 交流方式-微信
## 交流方式-微信
![](./images/qr.jpg)
2 changes: 1 addition & 1 deletion docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gateway目前支持Etcd作为元数据区的存储,所以需要一个Etcd环


## Golang
如果你希望从源码编译Gateway,你需要一个[golang 环境](https://github.com/golang/go),必须使用`1.8`以上的版本
如果你希望从源码编译Gateway,你需要一个[golang 环境](https://github.com/golang/go),必须使用`1.11`及以上的版本

# 从源码编译
- 使用Makefile脚本
Expand Down

0 comments on commit abb2889

Please sign in to comment.