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