1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
language: go script: - go test -race -v ./... go: - "1.9" - "1.10" - "1.11" - "1.12" - "1.13" - tip matrix: allow_failures: - go: tip