no more support for go 1.11 without modules (#180)

This commit is contained in:
Joshua Humphries 2020-07-31 12:26:31 -04:00 committed by GitHub
parent f37ec641c5
commit 41a6ac0479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ sudo: false
matrix: matrix:
include: include:
- go: 1.11.x
env: GO111MODULE=off
- go: 1.11.x - go: 1.11.x
env: GO111MODULE=on env: GO111MODULE=on
- go: 1.12.x - go: 1.12.x