language: go go: - 1.11.1 install: - ./script/bootstrap script: - go build ./... - go test ./... - ./script/lint