language: go go: - 1.x install: - ./script/bootstrap script: - go build ./... - go test -bench . ./... - ./script/coverage - ./script/lint