Skip to content

Update golang references to 1.26.1#1091

Merged
agrawroh merged 1 commit intoenvoyproxy:mainfrom
collin-lee:CVE-2025-68121
Mar 17, 2026
Merged

Update golang references to 1.26.1#1091
agrawroh merged 1 commit intoenvoyproxy:mainfrom
collin-lee:CVE-2025-68121

Conversation

@collin-lee
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown

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

This pull request updates the Go version used throughout the ratelimit repository and its examples from various older versions (1.23.9, 1.25.6, 1.21.5) to Go 1.26.1. This is a comprehensive version bump that ensures consistency across all development, CI/CD, and deployment configurations.

Changes:

  • Updates primary go.mod from Go 1.25.6 to 1.26.1
  • Updates example module go.mod from Go 1.21.5 to 1.26.1
  • Updates example Dockerfile base image to golang:1.26.1 with new SHA256 hash
  • Updates GitHub Actions workflows (pullrequest.yaml and main.yaml) to use Go 1.26.1

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
go.mod Updates primary module Go version to 1.26.1
examples/xds-sotw-config-server/go.mod Updates example module Go version to 1.26.1
examples/xds-sotw-config-server/Dockerfile Updates base image to golang:1.26.1 with corresponding SHA256 hash
.github/workflows/pullrequest.yaml Updates Go version in PR workflow to 1.26.1
.github/workflows/main.yaml Updates Go version in main branch workflow to 1.26.1

💡 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.

@collin-lee
Copy link
Copy Markdown
Contributor Author

collin-lee commented Mar 16, 2026

@agrawroh - possible to review as well? wanted to make all references to be consistent using go 1.26.1

@collin-lee
Copy link
Copy Markdown
Contributor Author

@arkodg just bumping everything to for golang to 1.26.1 to make it consistent with the recent PR

Copy link
Copy Markdown

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

This pull request updates Go versions across the entire codebase to version 1.26.1. The changes are applied consistently across multiple configuration files and workflows.

Changes:

  • Update root module Go version from 1.25.6 to 1.26.1
  • Update example module Go version from 1.21.5 to 1.26.1
  • Update example Dockerfile base image from golang:1.25.6 to golang:1.26.1 with new SHA256 digest
  • Update GitHub Actions workflows to use Go 1.26.1 instead of 1.23.9

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
go.mod Updates root module Go version to 1.26.1
examples/xds-sotw-config-server/go.mod Updates example module Go version to 1.26.1
examples/xds-sotw-config-server/Dockerfile Updates golang base image to 1.26.1 with new digest
.github/workflows/pullrequest.yaml Updates workflow Go version to 1.26.1
.github/workflows/main.yaml Updates workflow Go version to 1.26.1

💡 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.

@agrawroh agrawroh merged commit 4fe3db4 into envoyproxy:main Mar 17, 2026
14 checks passed
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.

3 participants