etcd client v3 require go >= 1.9

pull/45/head
miraclesu 7 years ago
parent 0f1accbf2b
commit 012c974cd1

@ -1,6 +1,5 @@
language: go
go:
- 1.8.3
- 1.9
install:
- go get -u github.com/coreos/etcd/clientv3

@ -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

@ -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

Loading…
Cancel
Save