go 1.12 is deprecated.
This commit is contained in:
parent
e8a98c4ef5
commit
d34b8b4972
10
.drone.yml
10
.drone.yml
@ -31,16 +31,6 @@ steps:
|
||||
depends_on:
|
||||
- notify-start
|
||||
|
||||
- name: test-1.12
|
||||
image: golang:1.12.14-alpine
|
||||
environment:
|
||||
CGO_ENABLED: 0
|
||||
GO111MODULE: on
|
||||
commands:
|
||||
- go test -cover -test.v .
|
||||
depends_on:
|
||||
- notify-start
|
||||
|
||||
- name: notify-end
|
||||
when:
|
||||
status:
|
||||
|
1
go.mod
1
go.mod
@ -4,5 +4,4 @@ go 1.13
|
||||
|
||||
require (
|
||||
github.com/stretchr/testify v1.2.2
|
||||
gitlab.com/pztrn/flagger v0.0.0-20191015160147-a9ca273d8b73
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user