chore: bump golang image to 1.26.3#2519
Merged
susanshi merged 7 commits intoMay 21, 2026
Merged
Conversation
Signed-off-by: Xinhe Li <xinhl@microsoft.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-1.4 #2519 +/- ##
============================================
Coverage 74.53% 74.53%
============================================
Files 138 138
Lines 6901 6901
============================================
Hits 5144 5144
Misses 1387 1387
Partials 370 370 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
The CRD image bundles kubectl, which at 1.30.6 was compiled with Go 1.25.9 and triggers 5 HIGH CVEs (CVE-2026-33811 etc.). kubectl 1.30.14 is compiled with Go 1.26.3 which resolves them. Signed-off-by: Xinhe Li <xinhl@microsoft.com>
- go-ntlmssp: v0.0.0-20221128193559 -> v0.1.1 (CVE-2026-32952) - timestamp-authority: v2.0.3 -> v2.0.6 (CVE-2026-39984) Signed-off-by: Xinhe Li <xinhl@microsoft.com>
kubectl 1.36.1 is compiled with Go 1.26, which resolves Go stdlib CVEs (e.g. CVE-2026-33811) flagged by Trivy in the crd image. Signed-off-by: Xinhe Li <xinhl@microsoft.com>
3a76ec8 to
1894ba3
Compare
kubectl 1.36.1 is compiled with Go 1.26.2; these CVEs are fixed in Go 1.26.3. Will remove once k8s releases a patch with Go 1.26.3+. Signed-off-by: Xinhe Li <xinhl@microsoft.com>
susanshi
approved these changes
May 21, 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.
What this PR does
Bumps the golang Docker image from 1.26.2 to 1.26.3 in the Dockerfile.
Changes:
Signed-off-by: Xinhe Li xinhl@microsoft.com