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