修复 嵌入式time/tzdata低版本Go不支持导致CI报错

This commit is contained in:
gsw945 2022-05-07 18:46:48 +08:00
parent 634d640e31
commit 1d21405fd9
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ dist: focal
language: go language: go
go: go:
- "1.13" - "1.18.1"
arch: arch:
- amd64 - amd64

View File

@ -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使用经验的用户可以从 [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版本低需要源码编译, 编译好的二进制文件无法运行。 > 注意: CentOS7上GLibC版本低需要源码编译, 编译好的二进制文件无法运行。
## 常规编译 ## 常规编译

View File

@ -2,7 +2,7 @@ version: 1.0.{build}
branches: branches:
only: only:
- master - master
image: Visual Studio 2015 image: Visual Studio 2022
clone_folder: c:\gopath\src\github.com\mindoc-org\mindoc clone_folder: c:\gopath\src\github.com\mindoc-org\mindoc
init: init:
- cmd: >- - cmd: >-

2
go.mod
View File

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