mirror of https://github.com/panjf2000/ants.git
Test ants under go1.12
This commit is contained in:
parent
4ae3fb8dc4
commit
ac576e1daf
|
@ -5,7 +5,7 @@ go:
|
||||||
- "1.9.x"
|
- "1.9.x"
|
||||||
- "1.10.x"
|
- "1.10.x"
|
||||||
- "1.11.x"
|
- "1.11.x"
|
||||||
- master
|
- "1.12.x"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- go get -t -v ./...
|
- go get -t -v ./...
|
||||||
|
|
|
@ -28,7 +28,7 @@ Library `ants` implements a goroutine pool with fixed capacity, managing and rec
|
||||||
- 1.9.x
|
- 1.9.x
|
||||||
- 1.10.x
|
- 1.10.x
|
||||||
- 1.11.x
|
- 1.11.x
|
||||||
- master
|
- 1.12.x
|
||||||
|
|
||||||
|
|
||||||
## How to install
|
## How to install
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
- 1.9.x
|
- 1.9.x
|
||||||
- 1.10.x
|
- 1.10.x
|
||||||
- 1.11.x
|
- 1.11.x
|
||||||
- master
|
- 1.12.x
|
||||||
|
|
||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
|
Loading…
Reference in New Issue