Update golang to 1.24.6 (main)#3052
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨No code suggestions found for the PR. |
Updated ImageReferenceInStubRegistry function to accept a pre-composed string instead of format string + args to comply with Go 1.24.6's stricter format string validation that prevents format string injection vulnerabilities. See also commit 9a8c021 in release-v0.6 branch which is similar, and also 12e1018 in release-v0.7 branch. Co-authored-by: Claude Code <noreply@anthropic.com>
The previous commit fixes the thing that the linter didn't like.
d9919a5 to
1141da8
Compare
Codecov Report✅ All modified and coverable lines are covered by tests.
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
/retest |
PR Type
Enhancement
Description
Update Go version from 1.24.4 to 1.24.6 across all modules
Update ubi-minimal base image to latest digest
Synchronize Go version in tool-versions, Dockerfile, and all go.mod files
Diagram Walkthrough
File Walkthrough
.tool-versions
Update Go version in tool-versions.tool-versions
Dockerfile
Update Go and ubi-minimal versionsDockerfile
Dockerfile.dist
Update ubi-minimal base image digestDockerfile.dist
go.mod
Update Go version in acceptance moduleacceptance/go.mod
go.mod
Update Go version in main modulego.mod
go.mod
Update Go version in tools moduletools/go.mod
go.mod
Update Go version in kubectl tools moduletools/kubectl/go.mod