language: go go: - 1.11.1 env: - GO111MODULE=on install: - ./script/bootstrap script: - go build ./... - go test -bench . ./... - ./script/coverage - ./script/lint