.gitlab-ci.yml: fix postgres to 9.6
This commit is contained in:
parent
9a4563fdb3
commit
025bb10c0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user