Browse Source

chore(all): update go version to 1.13

- go mod version to 1.13
- modify README
roberChen 4 years ago
parent
commit
d8e6689be8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      go.mod

+ 1 - 1
README.md

@@ -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 - 1
go.mod

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