Merge pull request #735 from mikebrow/track-golang-point-releases

start tracking golang updates for 1.10.x
This commit is contained in:
Lantao Liu 2018-04-16 22:45:25 -07:00 committed by GitHub
commit 19882b8028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ jobs:
- make install.tools
- make .gitvalidation
- make binaries
go: "1.10"
go: "1.10.x"
- stage: Test
script:
- make install.deps
@ -46,4 +46,4 @@ jobs:
# Abuse travis to preserve the log.
- cat /tmp/test-integration/containerd.log
- cat /tmp/test-cri/containerd.log
go: "1.10"
go: "1.10.x"