Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR aligns the repository’s Go toolchain configuration to Go 1.24.0 across service Docker build images, the order module, and the Go lint GitHub Actions workflows.
Changes:
- Bump Go base image in
gateway,order, andstocksservice Dockerfiles togolang:1.24.0. - Update
order/go.modgodirective to1.24.0. - Update Go version used by the gateway/order/stocks lint workflows to
1.24.0.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| stocks/Dockerfile | Updates the Go builder image tag to 1.24.0. |
| order/go.mod | Updates the module’s Go version directive to 1.24.0. |
| order/Dockerfile | Updates the Go builder image tag to 1.24.0. |
| gateway/Dockerfile | Updates the Go builder image tag to 1.24.0. |
| .github/workflows/stocks-lint.yml | Updates CI Go toolchain version to 1.24.0 for stocks linting. |
| .github/workflows/order-lint.yml | Updates CI Go toolchain version to 1.24.0 for order linting. |
| .github/workflows/gateway-lint.yml | Updates CI Go toolchain version to 1.24.0 for gateway linting. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.45.0. - [Commits](golang/crypto@v0.21.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Atul Tulshibagwale <atul@sgnl.ai>
Signed-off-by: Atul Tulshibagwale <atul@sgnl.ai>
a79bbdd to
3904d33
Compare
kchiranjewee63
approved these changes
Mar 18, 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.
No description provided.