mirror of https://github.com/panjf2000/ants.git
chore: update the tested versions of go in READMEs
This commit is contained in:
parent
a35b88d906
commit
f85611741e
|
@ -30,7 +30,7 @@ Library `ants` implements a goroutine pool with fixed capacity, managing and rec
|
||||||
|
|
||||||
## ⚔️ Tested in the following Golang releases:
|
## ⚔️ Tested in the following Golang releases:
|
||||||
|
|
||||||
All releases from **Go1.8.x** to **Go1.16.x**.
|
All releases from **Go1.8.x** to **Go1.18.x**.
|
||||||
|
|
||||||
## 💡 How `ants` works
|
## 💡 How `ants` works
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
## ⚔️ 目前测试通过的 Golang 版本:
|
## ⚔️ 目前测试通过的 Golang 版本:
|
||||||
|
|
||||||
从 **Go 1.8.x** 到 **Go 1.16.x** 的所有版本。
|
从 **Go 1.8.x** 到 **Go 1.18.x** 的所有版本。
|
||||||
|
|
||||||
## 💡 `ants` 是如何运行的
|
## 💡 `ants` 是如何运行的
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue