@@ -11,7 +11,9 @@ branches:
|
|||||||
environment:
|
environment:
|
||||||
GOPATH: C:\gopath
|
GOPATH: C:\gopath
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
GO_VERSION: 1.9
|
matrix:
|
||||||
|
- GO_VERSION: 1.9
|
||||||
|
- GO_VERSION: 1.10
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- choco install -y mingw
|
- choco install -y mingw
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ services:
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.9.x
|
- "1.9.x"
|
||||||
|
- "1.10"
|
||||||
|
|
||||||
go_import_path: github.com/containerd/containerd
|
go_import_path: github.com/containerd/containerd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user