language: go go: - "1.14.x" - "1.15.x" sudo: false install: - go mod download script: - go test -v ./...