From f8e6cc78dc2e80e69c643e44823c26d36edfbec1 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Tue, 31 Mar 2020 06:17:49 -0400 Subject: [PATCH] .gitlab-ci.yml: use 1.14 in go test --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 605330b..974fed5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ build-docker: go-test: stage: go-test - image: golang:1.12 + image: golang:1.14 services: - postgres:latest variables: @@ -49,7 +49,6 @@ go-test: - mkdir -p /go/src /go/bin /go/pkg - export GOPATH=/go - export PATH=$PATH:/go/bin - - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh - ln -s $CI_PROJECT_DIR /go/src/$CI_PROJECT_NAME script: - cd /go/src/$CI_PROJECT_NAME