Skip to content

Tidy test/integration go.mod after root module dep bumps#2

Merged
pthm merged 1 commit intomainfrom
claude/fix-gha-integration-tests-mpJzk
Apr 25, 2026
Merged

Tidy test/integration go.mod after root module dep bumps#2
pthm merged 1 commit intomainfrom
claude/fix-gha-integration-tests-mpJzk

Conversation

@pthm
Copy link
Copy Markdown
Owner

@pthm pthm commented Apr 25, 2026

Adding golangci-lint and gofumpt to the root module bumped several
indirect dependencies (golang.org/x/{mod,sync,sys,text,tools},
google/go-cmp, sirupsen/logrus). The integration test sub-module uses a
local replace for github.com/pthm/orchard, so it inherits those
transitive deps from the root and its own go.mod fell out of sync.

go test refuses to run with the "updates to go.mod needed; run go mod
tidy" error, which is why the integration-tests job exited with code 1
in ~16 seconds before any container could start.

https://claude.ai/code/session_01M7965nBDKbuuCb78mSPAB3

Adding golangci-lint and gofumpt to the root module bumped several
indirect dependencies (golang.org/x/{mod,sync,sys,text,tools},
google/go-cmp, sirupsen/logrus). The integration test sub-module uses a
local replace for github.com/pthm/orchard, so it inherits those
transitive deps from the root and its own go.mod fell out of sync.

`go test` refuses to run with the "updates to go.mod needed; run go mod
tidy" error, which is why the integration-tests job exited with code 1
in ~16 seconds before any container could start.

https://claude.ai/code/session_01M7965nBDKbuuCb78mSPAB3
@pthm pthm merged commit cde291d into main Apr 25, 2026
3 checks passed
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.

2 participants