Skip to content

chore(deps): Update to Go 1.24 #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 23, 2025
Merged

Conversation

roger-zhangg
Copy link
Member

@roger-zhangg roger-zhangg commented Apr 23, 2025

Issue #, if available:

Description of changes:
New format requirement in go 1.24:
lambda/rapid/handlers.go:246:23: non-constant format string in call to fmt.Errorf
Fix example: Instead of fmt.Printf(variableFormatString, value), use fmt.Printf("This is a %s: %d", "string", value)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@roger-zhangg roger-zhangg merged commit 3a0772e into aws:develop Apr 23, 2025
4 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.

2 participants