go 1.12 is deprecated.

This commit is contained in:
Stanislav Nikitin 2019-12-22 01:37:13 +05:00
parent e8a98c4ef5
commit d34b8b4972
No known key found for this signature in database
GPG Key ID: 106900B32F8192EE
2 changed files with 0 additions and 11 deletions

View File

@ -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
View File

@ -4,5 +4,4 @@ go 1.13
require (
github.com/stretchr/testify v1.2.2
gitlab.com/pztrn/flagger v0.0.0-20191015160147-a9ca273d8b73
)