Merge pull request #1428 from mlaventure/go1.9

Use golang 1.9 on CI
This commit is contained in:
Michael Crosby 2017-08-28 10:56:28 -04:00 committed by GitHub
commit a19761874e
2 changed files with 7 additions and 1 deletions

View File

@ -11,9 +11,15 @@ branches:
environment:
GOPATH: C:\gopath
CGO_ENABLED: 1
GO_VERSION: 1.9
before_build:
- choco install -y mingw
# Install Go
- rd C:\Go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GO_VERSION%.windows-amd64.zip
- 7z x go%GO_VERSION%.windows-amd64.zip -oC:\ >nul
- go version
# TODO: re-enable once the content unit-test have been updated to pass on windows
#- choco install codecov

View File

@ -7,7 +7,7 @@ services:
language: go
go:
- 1.8.x
- 1.9.x
go_import_path: github.com/containerd/containerd