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