chore: bump golang to 1.25.13 - #3245
Merged
mkulke merged 1 commit intoAug 17, 2026
Merged
Conversation
Upgrades golang from 1.25.12 to 1.25.13 to fix 6 standard library vulnerabilities: - GO-2026-6089: Apply ReadHeaderTimeout for unencrypted HTTP/2 check (net/http) - GO-2026-6090: Limit post-handshake messages (crypto/tls) - GO-2026-6091: Fix Javascript regexp context tracking (html/template) - GO-2026-6218: Avoid quadratic complexity in resolvePath (net/url) - GO-2026-5972: Enforce maximum recursion depth (encoding/asn1) - GO-2026-5026: Reject ASCII-only Punycode-encoded labels (golang.org/x/net/idna) Updates go directive in go.mod files, golang image SHAs in Dockerfiles, and golang version in versions.yaml. Generated-By: IBM Bob Signed-off-by: stevenhorsman <steven@uk.ibm.com>
Xynnn007
approved these changes
Aug 17, 2026
mkulke
approved these changes
Aug 17, 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.
Upgrades golang from 1.25.12 to 1.25.13 to fix 6 standard library vulnerabilities:
Updates go directive in go.mod files, golang image SHAs in Dockerfiles, and golang version in versions.yaml.
Generated-By: IBM Bob