diff --git a/.drone.yml b/.drone.yml index 82f401a..9dc7691 100644 --- a/.drone.yml +++ b/.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: diff --git a/go.mod b/go.mod index 0a1e07f..b0667dc 100644 --- a/go.mod +++ b/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 )