language: go go: - '1.11' - '1.12' - '1.13' - '1.14' env: - GO111MODULE=on before_install: - go mod tidy script: go test -v ./...