Bump to Go 1.10
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
916cdb41a1
commit
931000c041
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user