mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 20:17:53 +08:00
修复 嵌入式time/tzdata
低版本Go不支持导致CI报错
This commit is contained in:
parent
634d640e31
commit
1d21405fd9
@ -3,7 +3,7 @@ dist: focal
|
||||
|
||||
language: go
|
||||
go:
|
||||
- "1.13"
|
||||
- "1.18.1"
|
||||
|
||||
arch:
|
||||
- amd64
|
||||
|
@ -41,7 +41,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.13(需支持`CGO`和`go mod`)。
|
||||
如果有Golang开发经验,建议通过编译安装,要求golang版本不小于1.18.1(需支持`CGO`和`go mod`)。
|
||||
> 注意: CentOS7上GLibC版本低,需要源码编译, 编译好的二进制文件无法运行。
|
||||
|
||||
## 常规编译
|
||||
|
@ -2,7 +2,7 @@ version: 1.0.{build}
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
image: Visual Studio 2015
|
||||
image: Visual Studio 2022
|
||||
clone_folder: c:\gopath\src\github.com\mindoc-org\mindoc
|
||||
init:
|
||||
- cmd: >-
|
||||
|
Loading…
Reference in New Issue
Block a user