Use another image for Go 1.12 in CI

This commit is contained in:
Vladimir Hodakov 2019-10-19 02:25:34 +04:00
parent 5ffb0ebf53
commit 289c96b1f1
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6

View File

@ -16,7 +16,7 @@ steps:
commands: commands:
- go test -cover -test.v . - go test -cover -test.v .
- name: test-1.12 - name: test-1.12
image: golang:1.12.10-alpine image: golang:1.12.10
environment: environment:
CGO_ENABLED: 0 CGO_ENABLED: 0
GO111MODULE: on GO111MODULE: on