1
mirror of https://gitlab.com/commento/commento.git synced 2026-06-17 09:55:27 -04:00

.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
+1 -1
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: