From b1459d34ae2b97a38b33618eb748eda44aa253fe Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sun, 4 Feb 2018 23:10:13 -0600 Subject: [PATCH] update ci image to go 1.9 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e6cac7..4592a82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: build:app: stage: build - image: golang:1.6 + image: golang:1.9 tags: - runner:k8s script: