no more support for go 1.11 without modules (#180)
This commit is contained in:
parent
f37ec641c5
commit
41a6ac0479
|
|
@ -3,8 +3,6 @@ sudo: false
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- go: 1.11.x
|
||||
env: GO111MODULE=off
|
||||
- go: 1.11.x
|
||||
env: GO111MODULE=on
|
||||
- go: 1.12.x
|
||||
|
|
|
|||
Loading…
Reference in New Issue