language: go go: - "1.13.x" - "1.14.x" - "1.15.x" - "tip" script: - env GO111MODULE=on go test -v ./...