travis: bump go to 1.9.x and 1.10.x

Update the used go versions from 1.8.x to 1.9.x and 1.9.x to 1.10.x.

Signed-off-by: Valentin Rothberg <vrothberg@suse.com>

Closes: #1016
Approved by: rhatdan
This commit is contained in:
Valentin Rothberg
2018-06-28 13:33:12 +02:00
committed by Atomic Bot
parent 04accf0eff
commit b5cd076164

View File

@ -29,19 +29,19 @@ jobs:
script:
- make gofmt
- make lint
go: 1.9.x
go: 1.10.x
- script:
- make testunit
go: 1.8.x
go: 1.9.x
- stage: Build and Verify
script:
- make testunit
go: 1.9.x
go: 1.10.x
- stage: Integration Test
script:
- make all
- make integration
go: 1.8.x
go: 1.9.x
notifications:
irc: "chat.freenode.net#podman"