--- kind: pipeline type: podman name: linux steps: - name: test image: golang commands: - go build - go test network_mode: host