Skip to content

chore(deps): bump github.com/gofrs/flock from 0.13.0 to 0.13.1 - #6972

Merged
ksail-bot[bot] merged 2 commits into
mainfrom
dependabot/go_modules/github.com/gofrs/flock-0.13.1
Sep 8, 2026
Merged

ksail-bot[bot] merged 2 commits into
mainfrom
dependabot/go_modules/github.com/gofrs/flock-0.13.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps github.com/gofrs/flock from 0.13.0 to 0.13.1.

Release notes

Sourced from github.com/gofrs/flock's releases.

v0.13.1

What's Changed

New Contributors

Full Changelog: gofrs/flock@v0.13.0...v0.13.1

Commits
  • 4e0f4a7 chore: create the GH release based on tags
  • 3955b77 chore(deps): bump github.com/stretchr/testify from 1.11.1 to 1.12.1 in the go...
  • 66badef chore: update linter (#154)
  • e6a630d chore(deps): bump the github-actions group with 6 updates (#150)
  • d10a59f chore(deps): bump golang.org/x/sys from 0.46.0 to 0.47.0 in the gomod group (...
  • bcbbad5 chore(deps): bump golang.org/x/sys from 0.45.0 to 0.46.0 in the gomod group (...
  • 940b53d chore(deps): bump the github-actions group with 4 updates (#147)
  • 135bc44 chore(deps): bump the github-actions group with 3 updates (#145)
  • 18e4705 chore(deps): bump golang.org/x/sys from 0.43.0 to 0.45.0 in the gomod group (...
  • b000261 chore(deps): bump github/codeql-action from 3.35.3 to 4.35.2 in the github-ac...
  • Additional commits viewable 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 failing 🧪 Test, 📊 Code Coverage and both 🏗️ Build jobs for a single cause, confirmed 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. 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 just now (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 [github.com/gofrs/flock](https://github.com/gofrs/flock) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/gofrs/flock/releases)
- [Commits](gofrs/flock@v0.13.0...v0.13.1)

---
updated-dependencies:
- dependency-name: github.com/gofrs/flock
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/gofrs/flock-0.13.1 branch from 62d9267 to 8d2b7b7 Compare September 8, 2026 21:21
@ksail-bot
ksail-bot Bot merged commit 8e8179d into main Sep 8, 2026
78 checks passed
@ksail-bot
ksail-bot Bot deleted the dependabot/go_modules/github.com/gofrs/flock-0.13.1 branch September 8, 2026 22:49
@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

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

1 participant