- go mod version to 1.13 - modify README
@@ -34,7 +34,7 @@ MinDoc 的前身是 [SmartWiki](https://github.com/lifei6671/SmartWiki) 文档
对于没有Golang使用经验的用户,可以从 [https://github.com/mindoc-org/mindoc/releases](https://github.com/mindoc-org/mindoc/releases) 这里下载编译完的程序。
-如果有Golang开发经验,建议通过编译安装,要求golang版本不小于1.12(需支持`CGO`和`go mod`)。
+如果有Golang开发经验,建议通过编译安装,要求golang版本不小于1.13(需支持`CGO`和`go mod`)。
```bash
# 克隆源码
@@ -1,6 +1,6 @@
module github.com/mindoc-org/mindoc
-go 1.12
+go 1.13
require (
github.com/PuerkitoBio/goquery v1.4.1