--- kind: pipeline type: docker name: default steps: - name: build image: golang environment: CGO_ENABLED: 1 GOOS: linux commands: - go test ./... - go build -a -installsuffix cgo . - go get golang.org/x/lint - $GOPATH/bin/golint ./... - go vet ./... trigger: event: - push --- kind: signature hmac: 0a2a54950b337ca2c25ac140e8f874c7e10fc0401c819509e07caf2c5bd63f9e ...