mirror of https://github.com/mindoc-org/mindoc.git
feat:升级golang基础版本
parent
1ecdb10303
commit
b8ab4c17a4
|
@ -1,7 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.11.4"
|
- "1.12"
|
||||||
|
|
||||||
sudo: true
|
sudo: true
|
||||||
install: false
|
install: false
|
||||||
|
@ -35,4 +35,4 @@ deploy:
|
||||||
overwrite: true
|
overwrite: true
|
||||||
tags: true
|
tags: true
|
||||||
all_branches: true
|
all_branches: true
|
||||||
go: "1.11.2"
|
go: "1.12"
|
||||||
|
|
|
@ -3,7 +3,7 @@ clone_folder: c:\gopath\src\github.com\lifei6671\mindoc
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
GOPATH: c:\gopath
|
GOPATH: c:\gopath
|
||||||
GOVERSION: "1.11.4"
|
GOVERSION: "1.12"
|
||||||
matrix:
|
matrix:
|
||||||
- tbs_arch: "x86"
|
- tbs_arch: "x86"
|
||||||
tbs_tools: "mingw"
|
tbs_tools: "mingw"
|
||||||
|
|
Loading…
Reference in New Issue