Bump go to 1.26.#564
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the project's Go version baseline from 1.25 to 1.26 across the module definition and CI workflows.
Changes:
- Updates
go.modfromgo 1.25.0togo 1.26.0. - Updates the lint and build/test jobs in
.github/workflows/go.ymlto set up Go1.26.x. - Updates the security scanning job in
.github/workflows/security.ymlto set up Go1.26.x.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Raises the module's minimum Go version directive to 1.26.0. |
| .github/workflows/go.yml | Updates both setup-go steps (lint and build/test) and step names to Go 1.26. |
| .github/workflows/security.yml | Updates setup-go for the vulnerability scanning job to Go 1.26.x. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
alexeykiselev
approved these changes
May 29, 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 pull request updates the Go version used across the project from 1.25 to 1.26. The changes ensure that both the build and security workflows, as well as the module definition, are aligned with Go 1.26.
Go version upgrade:
go.modfile from1.25.0to1.26.0to set the project baseline to Go 1.26.0..github/workflows/go.ymlworkflow for both build and test jobs to use1.26.xinstead of1.25.x. [1] [2].github/workflows/security.ymlworkflow to use1.26.xinstead of1.25.x.