dist: bionic git: depth: 3 language: go go: - 1.13.x before_script: - go get golang.org/x/lint/golint script: - go mod tidy - gofmt -d -e -l -s . - golint -set_exit_status ./... - go test -v ./...