Use latest Go versions.

This commit is contained in:
Stanislav Nikitin 2019-12-22 01:26:25 +05:00
parent 5e6aeb0e06
commit f7e1a38e28
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
1 changed files with 8 additions and 8 deletions

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