Conversation
maya-jha
approved these changes
Dec 30, 2025
| LambdaHandler = "main" | ||
| // LambdaRuntime type of lambda runtime | ||
| LambdaRuntime = "go1.x" | ||
| LambdaRuntime = "provided.al2023" |
maya-jha
requested changes
Dec 31, 2025
Contributor
maya-jha
left a comment
There was a problem hiding this comment.
We need to also update release version inversion.go
hrai-nr
previously approved these changes
Jan 5, 2026
maya-jha
previously approved these changes
Jan 29, 2026
rohit-bandlamudi-nr
previously approved these changes
Feb 24, 2026
rohit-bandlamudi-nr
previously approved these changes
Feb 25, 2026
maya-jha
reviewed
Feb 25, 2026
| uses: actions/setup-go@v5 | ||
| with: | ||
| go-version: '1.24.4' | ||
| go-version: '1.25.5' |
Contributor
There was a problem hiding this comment.
can we use 1.26.0: https://go.dev/doc/devel/release#go1.26.0
skothuri-nr
approved these changes
Feb 26, 2026
maya-jha
approved these changes
Feb 26, 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.
Description
Updates the Go toolchain version from 1.24.4 to 1.26.0 across the project to resolve multiple security vulnerabilities detected by AWS Lambda.
Changes
src/go.modto use Go 1.26.0integration-tests/go.modto use Go 1.26.0.github/workflows/pull_request.yaml.github/workflows/release-lambda-code.yaml.github/workflows/release-template-files.yaml.github/workflows/run-e2e-tests.yaml(5 jobs updated)provided.al2023Security Fixes
This update resolves the following CVEs:
Testing