chore(deps): bump github.com/daangn/minimemcached from 1.2.0 to 1.2.1 - #4326
Merged
reinkrul merged 2 commits intoJun 4, 2026
Merged
Conversation
Bumps [github.com/daangn/minimemcached](https://github.com/daangn/minimemcached) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/daangn/minimemcached/releases) - [Commits](daangn/minimemcached@v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: github.com/daangn/minimemcached dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
requested review from
gerardsn,
reinkrul,
stevenvegt and
woutslakhorst
as code owners
June 4, 2026 12:45
v1.2.1 includes the upstream fix (daangn/minimemcached#13) for the nil-pointer panic between the serve goroutine and Close, so the probe loop that waited for the accept loop to park is no longer needed. Assisted by AI
reinkrul
approved these changes
Jun 4, 2026
Contributor
|
Coverage Impact ⬇️ Merging this pull request will decrease total coverage on 🛟 Help
|
reinkrul
deleted the
dependabot/go_modules/github.com/daangn/minimemcached-1.2.1
branch
June 4, 2026 17:13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Bumps github.com/daangn/minimemcached from 1.2.0 to 1.2.1.
v1.2.1 contains the upstream fix (daangn/minimemcached#13) for the data race / nil-pointer panic between the serve goroutine and
Close(). This PR also removes the test workaround that guarded against that panic (the probe loop instorage/session_memcached_test.gothat waited for the accept loop to park), since it is no longer needed.Changes
go.mod/go.sum— bumpgithub.com/daangn/minimemcached1.2.0 → 1.2.1storage/session_memcached_test.go— remove the startup-race workaroundNote
This PR was opened by Dependabot and has since been edited, so Dependabot will no longer keep it up to date.
Assisted by AI