--- kind: pipeline name: verify steps: - name: test image: golang commands: - go test -race -v ./... - name: lint image: rancher/drone-golangci-lint:latest