start tracking golang updates for 1.10.x

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Mike Brown 2018-04-16 08:03:52 -05:00
parent 77a33b10a9
commit 5f87a2a0d9

View File

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