Skip to content

Fix CI: gofmt-clean 4 files - #1

Merged
billdmar merged 1 commit into
mainfrom
fix-ci-gofmt
Aug 13, 2026
Merged

Fix CI: gofmt-clean 4 files#1
billdmar merged 1 commit into
mainfrom
fix-ci-gofmt

Conversation

@billdmar

Copy link
Copy Markdown
Owner

The build · lint · test · race · seed-sweep job failed at the lint step (gofmt -l .) on 4 files. This applies gofmt -w; diff is formatting-only. Verified locally: go build ./..., go vet ./..., and go test ./... -short all pass.

The lint step runs 'gofmt -l .' and failed on check/incarnation_test.go,
storage/iface.go, tests/integration/harness.go, and
tests/integration/recovery_test.go. Pure formatting; build/vet/tests unaffected.
@billdmar
billdmar merged commit 2d2212f into main Aug 13, 2026
2 checks passed
@billdmar
billdmar deleted the fix-ci-gofmt branch August 13, 2026 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant