chore(deps): update go module directive to v1.26.5 - #275
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/minor-versions
branch
from
August 12, 2026 12:46
721ef10 to
8aa0c62
Compare
cbrgm
approved these changes
Aug 12, 2026
4 tasks
cbrgm
added a commit
that referenced
this pull request
Aug 12, 2026
…loor) (#285) * fix(githubevents): snapshot handler maps under RLock during dispatch the handler maps were written under mu.Lock but read in the handle* paths with no lock, so registering a handler while an event is being dispatched raced on the map (the RWMutex only ever guarded writes). the read paths now take an RLock, copy the handler slices, and unlock before dispatching, so callbacks can still register mid-dispatch without deadlocking. adds a -race test and a make test-race CI step. * fix(githubevents): wrap webhook request errors with %w HandleEventRequest formatted the underlying error with %s and a trailing newline, so callers could not errors.Is/As the go-github validation or parse error. use %w and drop the newline. * chore: lower go directive to 1.25.0 go-github v90 and golang.org/x/sync both require go 1.25.0, so that is the real floor. #275 pinned the directive to the 1.26.5 patch release, which needlessly raised the minimum go version for consumers. drop it to the dependency floor; .go-version still drives the CI toolchain.
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.
This PR contains the following updates:
1.25.0→1.26.5Release Notes
golang/go (go)
v1.26.5v1.26.4v1.26.3v1.26.2v1.26.1v1.26.0v1.25.12v1.25.11v1.25.10v1.25.9v1.25.8v1.25.7v1.25.6v1.25.5v1.25.4v1.25.3v1.25.2v1.25.1Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.