Update golang references to 1.26.1#1091
Conversation
There was a problem hiding this comment.
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.modfrom Go 1.25.6 to 1.26.1 - Updates example module
go.modfrom 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.
|
@agrawroh - possible to review as well? wanted to make all references to be consistent using go 1.26.1 |
There was a problem hiding this comment.
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.
No description provided.