--- kind: pipeline name: default steps: - name: build library image: golang commands: - go test - go build