kind: pipeline
type: kubernetes
name: default
steps:
- name: test
image: golang
commands:
- go build
resources:
limits:
cpu: 1
memory: 100MiB