From 69d9f83543ee1ac10065b9da7989637e156e9646 Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg <zegerjan@gitlab.com> Date: Mon, 20 Feb 2017 16:15:53 +0000 Subject: [PATCH] Test against golang 1.8 --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef8afaf..39cd315 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,3 @@ -image: golang:1.5 - # Put the go sources in GOPATH # This is required to make the vendor working before_script: @@ -23,3 +21,9 @@ test:1.7: script: - make verify - make acceptance + +test:1.8: + image: golang:1.8 + script: + - make verify + - make acceptance \ No newline at end of file -- GitLab