---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: golang
commands:
- echo "hello world!"