Use latest Go versions.
This commit is contained in:
parent
5e6aeb0e06
commit
f7e1a38e28
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user