chore(all): update go version to 1.13

- go mod version to 1.13
- modify README
pull/662/head
roberChen 2021-04-01 16:51:48 +08:00
parent 2463a67dbd
commit d8e6689be8
2 changed files with 2 additions and 2 deletions

View File

@ -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
# 克隆源码

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/mindoc-org/mindoc
go 1.12
go 1.13
require (
github.com/PuerkitoBio/goquery v1.4.1