language: go go: - 1.x env: global: - CGO_ENABLED=0 - GO111MODULE=on install: - go mod download script: - go test -v ./...