Skip to content

chore(deps): bump golang.org/x/mod from 0.40.0 to 0.41.0 - #6973

Merged
ksail-bot[bot] merged 2 commits into
mainfrom
dependabot/go_modules/golang.org/x/mod-0.41.0
Sep 8, 2026
Merged

chore(deps): bump golang.org/x/mod from 0.40.0 to 0.41.0#6973
ksail-bot[bot] merged 2 commits into
mainfrom
dependabot/go_modules/golang.org/x/mod-0.41.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps golang.org/x/mod from 0.40.0 to 0.41.0.

Commits
  • d0a27b2 modfile: fix Cleanup and DropTool documentation
  • d12008c all: upgrade go directive to at least 1.26.0 [generated]
  • See full diff in compare view

@ksail-bot
ksail-bot Bot enabled auto-merge (squash) September 8, 2026 17:17
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

MegaLinter analysis: Success

✅ Linters with no issues

actionlint, bash-exec, git_diff, hadolint, jscpd, jsonlint, lychee, markdown-table-formatter, markdownlint, prettier, prettier, shellcheck, shfmt, stylelint, syft, trivy-sbom, trufflehog, v8r, v8r, yamllint

Notices

⚠️ Your configuration references items that have been removed from MegaLinter and are ignored: REPOSITORY_GITLEAKS. See Removed linters to find their replacements.

See detailed reports in MegaLinter artifacts

MegaLinter is provided by OX Security
Show us your support by starring ⭐ the repository

@devantler

Copy link
Copy Markdown
Contributor

🤖 Generated by the Agentic Engineer

Diagnosed, and parked on a named blocker: #6974.

This PR is not self-progressing — auto-merge is armed but four required checks fail at the current head and will not clear on their own. The cause is not this dependency:

go: updates to go.mod needed; to update it:
	go mod tidy

The bump changed the root go.mod/go.sum only. desktop is a second Go module consuming the root through replace github.com/devantler-tech/ksail/v7 => ../, so its graph moved too and desktop/go.mod is now stale — which fails both Desktop App build jobs and, through TestClaircoreLinkedPackagesStayInert/desktop, 🧪 Test and 📊 Code Coverage.

Evidence that this is one shared defect rather than a problem with this bump: #6971, #6972 and #6973 fail the identical four checks while bumping three unrelated modules, and all three touch root files only — whereas merged bumps #6950 and #6860 also carried desktop/go.mod and desktop/go.sum and passed. main is unaffected (Desktop App green through 8cd2d9a403).

Distinct from #6728, which is the upstream loft-sh/apiserver ceiling on the Talos/omni line (re-verified 2026-09-08, still live). This bump would merge cleanly once the second module is tidied.

No action is needed on this PR itself; it is tracked by #6974.

@devantler

Copy link
Copy Markdown
Contributor

🤖 Generated by the Agentic Engineer

This bump is stalled on the same cause as #6972, confirmed there from the run log rather than inferred:

--- FAIL: TestClaircoreLinkedPackagesStayInert/desktop
    go list -deps ./... in module ".../desktop" failed: exit status 1
        go: updates to go.mod needed; to update it:

desktop/ is a second Go module vendoring the root via replace => ../, so a root bump leaves its go.mod/go.sum stale and fails this PR's own required checks. CI computed that tidy on every run and then discarded it on Dependabot branches, so the bump could never go green on its own.

ksail#6976 fixed that and merged (55c1720bbea5): a Dependabot branch now receives the desktop tidy — and only the desktop tidy, so Dependabot keeps its rebase ability in every case #6832 was about.

Rebasing so this picks up the repaired job.

@dependabot rebase

Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.40.0 to 0.41.0.
- [Commits](golang/mod@v0.40.0...v0.41.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/golang.org/x/mod-0.41.0 branch from a45ea34 to de55303 Compare September 8, 2026 21:26
@ksail-bot
ksail-bot Bot merged commit c003829 into main Sep 8, 2026
78 checks passed
@ksail-bot
ksail-bot Bot deleted the dependabot/go_modules/golang.org/x/mod-0.41.0 branch September 8, 2026 23:02
@github-project-automation github-project-automation Bot moved this from 🫴 Ready to ✅ Done in 🌊 Project Board Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

1 participant