deps: bump sing-box-minimal to v1.12.21-lantern on refactor#8679
Merged
myleshorton merged 1 commit intogarmr/radiance-daemon-refactorfrom Apr 17, 2026
Merged
Conversation
Companion to #8678. The refactor branch still pins v1.12.19-lantern, which is missing the non-fatal-rule-set-fetch fix (sing-box-minimal 9c79c311, shipped in v1.12.21-lantern). Without it, Android builds from this branch hit the same bootstrap deadlock.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the refactor branch dependency pin for sing-box-minimal to include the upstream fix that makes the initial remote rule-set fetch non-fatal, avoiding the Android bootstrap deadlock on first launch in smart-routing countries.
Changes:
- Bump
github.com/getlantern/sing-box-minimalreplacement fromv1.12.19-lanterntov1.12.21-lanterningo.mod. - Update corresponding
go.sumchecksums for the new module version.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates the replace directive to pin sing-box-minimal to v1.12.21-lantern. |
| go.sum | Refreshes checksums for sing-box-minimal v1.12.21-lantern. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
Companion to #8678. The refactor branch still pins
sing-box-minimal v1.12.19-lantern, which is missing9c79c311("fix: make initial remote rule-set fetch non-fatal", shipped inv1.12.21-lantern).Without that fix, Android builds from this branch hit the bootstrap deadlock (
"no available network interface"during initial rule-set fetch) that breaks connection on smart-routing countries — see Freshdesk #172722 (broken,rule_set_remote.go:235) vs #172795 (working,rule_set_remote.go:113) for the before/after evidence.Only diff is the
replaceline + the matchinggo.sumhashes.Test plan
go mod tidyclean