Skip to content

Commit

Permalink
etcd client v3 require go >= 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
miraclesu committed Sep 14, 2017
1 parent 0f1accb commit 012c974
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: go
go:
- 1.8.3
- 1.9
install:
- go get -u github.com/coreos/etcd/clientv3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The goal of this project is to make it much easier to manage jobs on lots of mac

Install from binary [releases](https://github.com/shunfei/cronsun/releases), download and unzip.

Or build from source, require `go >= 1.7+`
Or build from source, require `go >= 1.9+`

```
go get -u github.com/shunfei/cronsun
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

直接下载执行文件 [releases](https://github.com/shunfei/cronsun/releases),解压后即可运行。

如果你熟悉 `Go`,也可以从源码编译, 要求 `go >= 1.7+`
如果你熟悉 `Go`,也可以从源码编译, 要求 `go >= 1.9+`

```
go get -u github.com/shunfei/cronsun
Expand Down

1 comment on commit 012c974

@jackjoesh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

etcd client v3不是只需要go1.8+吗

Please sign in to comment.