Use latest Go versions.

This commit is contained in:
2019-12-22 01:26:25 +05:00
parent 5e6aeb0e06
commit f7e1a38e28

View File

@@ -21,14 +21,14 @@ steps:
- golangci-lint run
- name: test-1.13
image: golang:1.13.1-alpine
image: golang:1.13.5-alpine
environment:
CGO_ENABLED: 0
commands:
- go test -cover -test.v .
- name: test-1.12
image: golang:1.12.10-alpine
image: golang:1.12.14-alpine
environment:
CGO_ENABLED: 0
GO111MODULE: on