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