kind: pipeline name: build_release steps: - name: test and build image: golang commands: - go test - go build