Remove go1.11 build dependecy (#130)

This commit is contained in:
Bogdan U 2020-10-24 12:18:15 +03:00 committed by GitHub
parent 68c62b3122
commit a30e726acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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