language: go sudo: false script: go test -v -race -timeout 10s ./... go: - 1.1 - 1.2 - 1.3 - 1.4 - 1.5