From 025bb10c0b4079040c112aeb4c2dd7719d3b6347 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Fri, 10 Apr 2020 17:13:05 -0400 Subject: [PATCH] .gitlab-ci.yml: fix postgres to 9.6 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 974fed5..18d58c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ go-test: stage: go-test image: golang:1.14 services: - - postgres:latest + - postgres:9.6 variables: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres