From 5f2461508c53a82519eed38b22601a24f5024ef1 Mon Sep 17 00:00:00 2001 From: Bernardo Cardoso <bernardo@elixxir.io> Date: Tue, 5 Mar 2019 17:29:10 -0700 Subject: [PATCH] Update gitlab CI to use go1.12 docker image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e79ca0..b0f1141 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ cache: variables: REPO_DIR: gitlab.com/elixxir REPO_NAME: server - DOCKER_IMAGE: carback1/golang-glide:1.9-d638096cef01 + DOCKER_IMAGE: bmastc/golang-glide:latest # See https://docs.gitlab.com/ee/api/jobs.html#download-a-single-artifact-file-from-specific-tag-or-branch REPOS_API: https://gitlab.com/api/v4/projects/elixxir%2F DL_URL_FRAG: jobs/artifacts/master/raw/release -- GitLab