@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: default
steps:
- name: Build
image: golang
commands:
- go get ./...
- go vet -v
- go build