pipeline: build: image: golang:1.10 commands: - go get ./... - go test ./...