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