language: go sudo: false matrix: include: - go: "1.9" - go: "1.10" - go: "tip" script: - go test -race ./...