Skip to content

chore(deps) updated deps and toolchain#34

Merged
hyp3rd merged 1 commit intomainfrom
chore/chores-260404
Apr 3, 2026
Merged

chore(deps) updated deps and toolchain#34
hyp3rd merged 1 commit intomainfrom
chore/chores-260404

Conversation

@hyp3rd
Copy link
Copy Markdown
Owner

@hyp3rd hyp3rd commented Apr 3, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 3, 2026 22:43
@hyp3rd hyp3rd merged commit d5fa417 into main Apr 3, 2026
25 checks passed
@hyp3rd hyp3rd deleted the chore/chores-260404 branch April 3, 2026 22:44
Copy link
Copy Markdown
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 the project’s dependency and tooling versions to keep the development and CI toolchain current.

Changes:

  • Bump golangci-lint version from v2.11.3 to v2.11.4 across Makefile, project settings, and pre-commit hook.
  • Update buf version in project settings from v1.66.1 to v1.67.0.
  • Upgrade github.com/rs/zerolog from v1.34.0 to v1.35.0 (with corresponding go.sum updates).

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
Makefile Updates the GOLANGCI_LINT_VERSION used by make prepare-toolchain / make lint.
.project-settings.env Updates pinned tool versions for CI/pre-commit settings loading.
.pre-commit/golangci-lint-hook Updates the default golangci-lint version used by the hook.
go.mod Bumps zerolog dependency version.
go.sum Updates module checksums to match the dependency bump / tidy.

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

GOLANGCI_LINT_VERSION=v2.11.3
BUF_VERSION=v1.66.1
GOLANGCI_LINT_VERSION=v2.11.4
BUF_VERSION=v1.67.0
Copy link

Copilot AI Apr 3, 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 referenced anywhere in the repo (e.g., CI workflows or scripts) to actually install/run buf. Either wire this variable into the tool installation steps (or a proto-related Makefile/pre-commit hook) or remove it to avoid a misleading/unused “toolchain” setting.

Suggested change
BUF_VERSION=v1.67.0

Copilot uses AI. Check for mistakes.
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