Skip to content

chore(deps): update go module directive to v1.26.5 - #275

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/minor-versions
Aug 12, 2026
Merged

chore(deps): update go module directive to v1.26.5#275
renovate[bot] merged 1 commit into
mainfrom
renovate/minor-versions

Conversation

@renovate

@renovate renovate Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
go (source) golang minor 1.25.01.26.5

Release Notes

golang/go (go)

v1.26.5

v1.26.4

v1.26.3

v1.26.2

v1.26.1

v1.26.0

v1.25.12

v1.25.11

v1.25.10

v1.25.9

v1.25.8

v1.25.7

v1.25.6

v1.25.5

v1.25.4

v1.25.3

v1.25.2

v1.25.1


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from cbrgm as a code owner August 6, 2026 16:51
@renovate renovate Bot added the renovate label Aug 6, 2026
@renovate
renovate Bot enabled auto-merge (squash) August 6, 2026 16:51
@renovate
renovate Bot force-pushed the renovate/minor-versions branch from 721ef10 to 8aa0c62 Compare August 12, 2026 12:46
@renovate
renovate Bot merged commit ee2e766 into main Aug 12, 2026
5 checks passed
@renovate
renovate Bot deleted the renovate/minor-versions branch August 12, 2026 12:47
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant