.gitlab-ci.yml: use go 1.12

This commit is contained in:
Adhityaa Chandrasekar 2019-06-06 01:56:28 -07:00
parent 73234832b6
commit f37e26bfc2

View File

@ -66,7 +66,7 @@ build-docker:
go-test: go-test:
stage: go-test stage: go-test
image: golang:1.10.2 image: golang:1.12
services: services:
- postgres:latest - postgres:latest
variables: variables: