chore(deps): update dependency go to v1.26.0#904
Merged
Conversation
| datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.25.7 | 1.26.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Bump CI Go versions (check job to 1.26.x, test matrix to 1.25.x/1.26.x) and upgrade golangci-lint from v2.6.2 to v2.9.0 to support Go 1.26 target. Signed-off-by: Arve Knudsen <[email protected]>
9def9e9 to
301b9bd
Compare
Signed-off-by: Arve Knudsen <[email protected]>
301b9bd to
24bf28f
Compare
aknuds1
approved these changes
Feb 17, 2026
aknuds1
approved these changes
Feb 17, 2026
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.
This PR contains the following updates:
1.25.7→1.26.0Release Notes
golang/go (go)
v1.26.0Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.
Note
Low Risk
Primarily version bumps to the Go toolchain/CI matrix and lint tooling; risk is limited to potential build/lint/test behavior changes under Go 1.26.
Overview
Updates the repository’s Go versioning to target Go 1.26:
go.mod(and thering/example/localmodule) now declarego 1.25and usetoolchain go1.26.0.CI is adjusted to run checks on Go
1.26.xand to test across1.25.xand1.26.x(dropping1.24.x). The developer tooling setup also bumpsgolangci-lintfromv2.6.2tov2.9.0.Written by Cursor Bugbot for commit 24bf28f. This will update automatically on new commits. Configure here.