Bump to Go 1.10

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2018-01-16 15:30:06 +01:00
parent 916cdb41a1
commit 931000c041
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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