build(go): bump to Go 1.26.1; update golangci-lint, buf and deps#30
Merged
build(go): bump to Go 1.26.1; update golangci-lint, buf and deps#30
Conversation
Owner
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.
Contributor
There was a problem hiding this comment.
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-jsonandgolang.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 |
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.