Update submodule to latest master in microsoft/main - #2500
Merged
Conversation
…port data in memory for dependent actions on failure
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
🔵 Needs a closer look
This is an upstream submodule sync that implicitly updates a large surface area of Go source, so it should rely on full CI signal and a final human check before approval.
Pull request overview
This PR updates the go submodule (tracking https://github.com/golang/go) to the latest master revision, pulling in a set of upstream Go commits (notably including multiple crypto/x509 constraint-handling changes, cmd/go and cmd/compile fixes, and several library/runtime improvements).
Changes:
- Bump the
gogit submodule pointer to include the listed upstream commits. - Incorporate upstream fixes across toolchain (
cmd/go,cmd/compile) and core packages (e.g.,crypto/x509,encoding/json,net/http2,math,archive/tar).
File summaries
| File | Description |
|---|---|
go |
Updates the golang/go submodule pointer to a newer upstream master commit set. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Hi! I'm a bot, and this is an automatically generated upstream sync PR. 🔃
After submitting the PR, I will attempt to enable auto-merge in the "merge commit" configuration.
For more information, visit sync documentation in microsoft/go-infra.
Upstream commits included in this update
38d1265e1acmd/go: preserve vet export data in memory for dependent actions on failurec594198381crypto/x509: reject empty GeneralSubtrees sequences98d17e5bf4crypto/x509: update x509-limbo tests74cad37fc1crypto/x509: restrict URI constraints to exact hosts0b19268242crypto/x509: restrict bare email constraints to exact hosts714d9afb66encoding/json: avoid calling MarshalText on named string map keys0d1836382fcrypto/tls: don't pin record-sized buffers while blocked in Read78407c1122cmd/compile: correctly mark interface calls as used for tail call wrappers91ffdf91c1net/http/internal/http2: use atomic.Bool for ClientConn.atomicReused6ff3155b9cunicode/utf16: avoid overallocating in Encode43bc472365math: improve Log2 accuracy near 1cc740a9f1barchive/tar: return ErrHeader on PAX UID/GID integer overflowc320fc145binternal/runtime,math,runtime: fix source file paths in commentsba7fdba26bsimd/archsimd: emulate "ReduceSum" for wasm, arm64, amd648b1c22e12fsimd/archsimd: test SVE ops across all element shapes76b21f0229simd/archsimd: add SVE MulHighcc71e4955csimd/archsimd: add SVE Mul70c31c1f4fcmd/compile: include SVE predicate registers in arm64 callerSave7f9af814e1cmd/compile: add SizeAndAlign support to ssa check modeView full diff on GitHub