.gitlab-ci.yml: use go 1.12
This commit is contained in:
@@ -66,7 +66,7 @@ build-docker:
|
||||
|
||||
go-test:
|
||||
stage: go-test
|
||||
image: golang:1.10.2
|
||||
image: golang:1.12
|
||||
services:
|
||||
- postgres:latest
|
||||
variables:
|
||||
|
Reference in New Issue
Block a user