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