kind: pipeline type: docker name: default steps: - name: Build image: golang commands: - go vet -v - go build