steps: - name: build-binary-UT-lin/amd64 image: golang:latest commands: - go get -v -d ./... - go build -a -installsuffix cgo -o linux-amd64 . services: docker: image: docker:24-dind commands: - dockerd --tls=false --host=tcp://0.0.0.0:2376 privileged: true depends_on: - check