mirror of https://github.com/mindoc-org/mindoc.git
升级golang版本
parent
d5303e9d53
commit
6c7f7426e4
|
@ -1,7 +1,7 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.9.2
|
||||
- 1.10
|
||||
|
||||
sudo: true
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.9.3-alpine3.6
|
||||
FROM golang:1.10-alpine3.7
|
||||
|
||||
# add china aliyun repo 新增了 alpine 3.6 的阿里源
|
||||
RUN cp /etc/apk/repositories /etc/apk/repositories.back && \
|
||||
|
|
|
@ -3,7 +3,7 @@ clone_folder: c:\gopath\src\github.com\lifei6671\mindoc
|
|||
|
||||
environment:
|
||||
GOPATH: c:\gopath
|
||||
GOVERSION: 1.8
|
||||
GOVERSION: 1.10
|
||||
matrix:
|
||||
- tbs_arch: "x86"
|
||||
tbs_tools: "mingw"
|
||||
|
|
Loading…
Reference in New Issue