language: go go: - "1.12.x" - "1.13.x" - "1.14.x" - "1.15.x" - "1.16.x" - master matrix: allow_failures: - go: master fast_finish: true script: - go test -v ./...