pipeline: build: image: golang commands: - go build main.go - go test -v ./...