From b5cd076164cdd99c7cc4108b13469228d184eb0e Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Thu, 28 Jun 2018 13:33:12 +0200 Subject: 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 Closes: #1016 Approved by: rhatdan --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c604b7800..ea4372f7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" -- cgit v1.2.3-54-g00ecf