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

View File

@ -21,14 +21,14 @@ steps:
- golangci-lint run - golangci-lint run
- name: test-1.13 - name: test-1.13
image: golang:1.13.1-alpine image: golang:1.13.5-alpine
environment: environment:
CGO_ENABLED: 0 CGO_ENABLED: 0
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.14-alpine
environment: environment:
CGO_ENABLED: 0 CGO_ENABLED: 0
GO111MODULE: on GO111MODULE: on