Remove go1.11 build dependecy (#130)
This commit is contained in:
parent
68c62b3122
commit
a30e726acf
|
|
@ -6,9 +6,6 @@ go:
|
|||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- go: 1.11.x
|
||||
env: GO111MODULE=on
|
||||
|
||||
script:
|
||||
- go test -coverprofile=coverage.txt -covermode=atomic
|
||||
|
|
|
|||
Loading…
Reference in New Issue