pipeline: lint: image: golang commands: - go vet test: image: golang commands: - go test ./... build: image: golang commands: - go build