clone: git: image: docker.io/a6543/test_git_plugin:latest pipeline: compliance: image: golang:1.17 commands: - go test -race ./... - go vet ./... when: event: [ pull_request ]