@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: Linux build
image: golang
commands:
- go build
- go test