Skip to content

build(go): bump to Go 1.26.1; update golangci-lint, buf and deps#30

Merged
hyp3rd merged 2 commits intomainfrom
chore/go-update-260313
Mar 13, 2026
Merged

build(go): bump to Go 1.26.1; update golangci-lint, buf and deps#30
hyp3rd merged 2 commits intomainfrom
chore/go-update-260313

Conversation

@hyp3rd
Copy link
Copy Markdown
Owner

@hyp3rd hyp3rd commented Mar 13, 2026

  • Set GO_VERSION to 1.26.1 across go.mod, Makefile, .golangci.yaml, .project-settings.env, and pre-commit hooks.
  • Bump golangci-lint to v2.11.3 and buf to v1.66.1; update golangci-lint pre-commit hook.
  • Refresh go.sum entries: github.com/goccy/go-json → v0.10.6, golang.org/x/sys → v0.42.0.
  • No functional code changes; aligns CI and local dev with the updated toolchain.

- Set GO_VERSION to 1.26.1 across go.mod, Makefile, .golangci.yaml, .project-settings.env, and pre-commit hooks.
- Bump golangci-lint to v2.11.3 and buf to v1.66.1; update golangci-lint pre-commit hook.
- Refresh go.sum entries: github.com/goccy/go-json → v0.10.6, golang.org/x/sys → v0.42.0.
- No functional code changes; aligns CI and local dev with the updated toolchain.
Copilot AI review requested due to automatic review settings March 13, 2026 18:07
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

Updates the repository’s Go toolchain and related developer tooling versions to keep local development, pre-commit hooks, and lint configuration aligned with the newer baseline.

Changes:

  • Bump Go version to 1.26.1 across go.mod, Makefile, .golangci.yaml, .project-settings.env, and pre-commit hook(s).
  • Update tooling versions (notably golangci-lint v2.11.3 and buf v1.66.1) in project settings / hook defaults.
  • Refresh module dependencies and checksums (github.com/goccy/go-json and golang.org/x/sys).

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
go.mod Raises the module Go version to 1.26.1 and bumps a couple of dependencies.
go.sum Updates checksums corresponding to the dependency bumps.
Makefile Aligns GO_VERSION and GOLANGCI_LINT_VERSION with the new toolchain/tooling baseline.
.project-settings.env Centralizes updated toolchain/tool versions used by CI and scripts.
.pre-commit/unit-test-hook Updates the pinned Go toolchain version used for tests via GOTOOLCHAIN.
.pre-commit/golangci-lint-hook Updates default golangci-lint version to v2.11.3.
.golangci.yaml Updates configured Go version used by golangci-lint.

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

You can also share your feedback on Copilot code review. Take the survey.

module github.com/hyp3rd/ewrap

go 1.25.6
go 1.26.1
@hyp3rd hyp3rd merged commit 242c5fa into main Mar 13, 2026
10 checks passed
@hyp3rd hyp3rd deleted the chore/go-update-260313 branch March 13, 2026 18:13
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