Use another image for Go 1.12 in CI

master 1.0.1
Vladimir Hodakov 2019-10-19 02:25:34 +04:00
parent 5ffb0ebf53
commit 289c96b1f1
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
1 changed files with 1 additions and 1 deletions

View File

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