language: go matrix: include: - go: "1.13.x" install: true - go: "1.14.x" install: true - go: "1.15.x" install: true script: go test -race ./...