Skip to content

chore(deps): bump buf to v1.66.0 and golang.org/x/net to v0.51.0#83

Merged
hyp3rd merged 2 commits intomainfrom
fix/260225
Feb 28, 2026
Merged

chore(deps): bump buf to v1.66.0 and golang.org/x/net to v0.51.0#83
hyp3rd merged 2 commits intomainfrom
fix/260225

Conversation

@hyp3rd
Copy link
Owner

@hyp3rd hyp3rd commented Feb 28, 2026

  • Update BUF_VERSION in .project-settings.env and Makefile
  • Update indirect Go module dependency golang.org/x/net (go.mod/go.sum)

- Update BUF_VERSION in .project-settings.env and Makefile
- Update indirect Go module dependency golang.org/x/net (go.mod/go.sum)
Copilot AI review requested due to automatic review settings February 28, 2026 18:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates pinned tooling/dependency versions, aiming to keep the repo’s protobuf tooling and Go indirect dependencies current.

Changes:

  • Bump golang.org/x/net indirect dependency to v0.51.0 (go.mod/go.sum).
  • Bump BUF_VERSION to v1.66.0 in .project-settings.env and Makefile.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
go.mod Updates indirect module requirement for golang.org/x/net to v0.51.0.
go.sum Updates checksums to match the new golang.org/x/net v0.51.0 version.
Makefile Updates BUF_VERSION default to v1.66.0.
.project-settings.env Updates BUF_VERSION to v1.66.0 for shared project settings.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -1,5 +1,5 @@
GOLANGCI_LINT_VERSION=v2.10.1
BUF_VERSION=v1.65.0
BUF_VERSION=v1.66.0
Copy link

Copilot AI Feb 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BUF_VERSION is bumped here, but the CI workflows that source .project-settings.env only read GO_VERSION/GOLANGCI_LINT_VERSION and never consume BUF_VERSION. As a result, this setting currently doesn't affect tooling versions in CI. Either plumb BUF_VERSION into the relevant workflow/Make targets or drop it to avoid a misleading configuration knob.

Suggested change
BUF_VERSION=v1.66.0

Copilot uses AI. Check for mistakes.

GOLANGCI_LINT_VERSION ?= v2.10.1
BUF_VERSION ?= v1.65.0
BUF_VERSION ?= v1.66.0
Copy link

Copilot AI Feb 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BUF_VERSION is updated here, but it doesn't appear to be used anywhere to actually pin/install buf (the Makefile installs github.com/bufbuild/buf/cmd/buf@latest). This makes the version bump effectively a no-op and can mislead readers into thinking buf is locked to v1.66.0. Consider either wiring BUF_VERSION into the buf install/prepare target (so installs are reproducible) or removing the variable entirely if it's not intended to control anything.

Suggested change
BUF_VERSION ?= v1.66.0

Copilot uses AI. Check for mistakes.
…utdown

- Cancel the background jobs context when Stop is signaled
- Exit eviction/expiration loops on ctx.Done and stop associated tickers
- Make Stop() send on the stop channel best-effort and clear bgCancel after use
@hyp3rd hyp3rd merged commit abcd5c6 into main Feb 28, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants