language: go sudo: false go: - 1.x install: true script: - go test -race -v - cd cmd/gost && go build