--- kind: pipeline type: docker name: default steps: - name: backend image: golang:1.18-rc-bullseye commands: - go build -o srg . ...