@ -5,14 +5,27 @@ steps:
image: golang:1.14
commands:
- go build ./...
volumes:
- name: deps
path: /go
- name: Test
- go test ./...
- name: Lint
image: golangci/golangci-lint:v1.25.0
- golangci-lint run -v
temp: {}
---
kind: pipeline