Build
- success
- Branch: main
- Commit:
06f4052848b2 - Started: 2026-09-03 14:27 — Duration: 0:02
- Build command (as configured for this build):
cd werkdock && gofmt -l . && test -z "$(gofmt -l .)" && go vet ./... && go test ./... && CGO_ENABLED=0 go build -o dist/werkdock .