updated .gitlab-ci.yml golang docker image version

This commit is contained in:
adphi 2019-07-14 00:57:50 +02:00
parent 4f981e786a
commit 359e45d9d5
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
image: golang:1.9
image: golang:1.12
stages:
- test
@ -40,4 +40,4 @@ lint_code:
tags:
- docker
script:
- make lint
- make lint