Skip to content

Bump go to 1.26.#564

Merged
alexeykiselev merged 1 commit into
mainfrom
bump-go-version
May 29, 2026
Merged

Bump go to 1.26.#564
alexeykiselev merged 1 commit into
mainfrom
bump-go-version

Conversation

@nickeskov
Copy link
Copy Markdown
Collaborator

@nickeskov nickeskov commented May 28, 2026

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:

  • Updated the Go version in the go.mod file from 1.25.0 to 1.26.0 to set the project baseline to Go 1.26.0.
  • Updated the Go version in the .github/workflows/go.yml workflow for both build and test jobs to use 1.26.x instead of 1.25.x. [1] [2]
  • Updated the Go version in the .github/workflows/security.yml workflow to use 1.26.x instead of 1.25.x.

@nickeskov nickeskov added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code go Pull requests that update Go code labels May 28, 2026
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

Bumps the project's Go version baseline from 1.25 to 1.26 across the module definition and CI workflows.

Changes:

  • Updates go.mod from go 1.25.0 to go 1.26.0.
  • Updates the lint and build/test jobs in .github/workflows/go.yml to set up Go 1.26.x.
  • Updates the security scanning job in .github/workflows/security.yml to set up Go 1.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 alexeykiselev merged commit 6bffa5b into main May 29, 2026
14 of 15 checks passed
@alexeykiselev alexeykiselev deleted the bump-go-version branch May 29, 2026 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants