Update submodule to latest master in microsoft/main - #2447
Conversation
…e toolchain when GOEXPERIMENT is set
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates the go submodule reference to a newer commit.
Changes:
- Bumps the
gosubproject commit frome744d9e...to9549c91....
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
| goInstall(toolenv(), goBootstrap, toolsToInstall...) | ||
| checkNotStale(toolenv(), goBootstrap, toolchain...) | ||
| - checkNotStale(nil, goBootstrap, "std") | ||
| + goInstall(toolenv(), goBootstrap, toolsToInstall...) |
There was a problem hiding this comment.
This goInstall(toolenv(), goBootstrap, toolsToInstall...) and the checkNotStale(toolenv(), goBootstrap, toolchain...) seem like they were mistakenly re-added. Upstream seems to have moved the install up into the earlier scope and added -a, and removed the toolchain... stale check altogether.
There was a problem hiding this comment.
good spot! I think I've fixed this up correctly now!
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
9549c91031cmd/dist: build one more toolchain when GOEXPERIMENT is set2f73da86d4internal/nettest: use TEST-NET-01 addresses by default3bc1f977d9net: use readable JSON marshaling for IPNet, IPMask, HardwareAddrf9de8c0900cmd/compile: lower float min/max branch idiom to MINSD/MAXSD/FCSEL0b6cfca59bencoding/json/v2: remove cycle detection guarantee9a8fa041bfencoding/json/v2: clarify "string" invalid typesc33ea07d92go/types, types2: pass in targets for function callsb6b368adc5internal/cpu: disable AVX+ on netbsd/amd6473bc5e8ef6go/types, types2: pass in targets for struct literalsd758038bdfcmd/dist: don't rebuild the toolchain with a clean cache7e9c70ae99cmd/compile: optimize abi.Type.TFlag loadsdaa75fd38ccmd/go/internal/web: persist go-get=1 across redirectscf674bf20acmd/go: print the help for go mod -hdba68fbe9acmd/go/internal/work: remove check cache action89b06d0c43cmd/go/internal/work: cache run cgo and cgo compile actions separatelyb8ffc7e37fcrypto/md5: delete amd64/arm64/386/arm assembly61154e8998cmd/compile: optimize into LOCK INC and LOCK DEC when possibleb0197759accmd/compile: optimize LOCK ADD p -v into LOCK SUB p v030734422dcmd/compile: generate LOCK ADD rather than LOCK XADD when not using the sum412d6e161fcmd/compile: avoid rewriting switch case expressions in b.Loopa2674e7ab8all: point stale keep-in-sync comments at the files that exist50223278fccmd/compile/internal/liveness: use built-in min and max functions74696433b8cmd/internal/testdir: don't run asmcheck when compilation failed19238528a8go/types, cmd/compile: use slices and cmp instead of sort11cf7f53f4cmd/go: match GOAUTH credentials for URLs with queriesca0b8b21feruntime: implement procyield for loong64d7e269d1accmd/internal/obj/loong64: add ibar instruction128a36cf03net/http/internal/http2: release handler write buffers when idlee58ce6c835runtime: enable vgetrandom vDSO support for linux/riscv64076041d0dbcmd/go/internal/list: add json funcbb85f98587net/http: consolidate multipart form temp file cleanup for all HTTP versions6c56350831internal/poll, runtime: take the cancelling note on Plan 9950113b406internal/poll: check for connection closing during I/O in Plan 9fc017cdba5math/big: test that Denom has no side effects in TestIssue3491972ec804f74runtime: skip printlock when output goes to a goroutine bufferb593321f02cmd/compile/internal/ssa: don't by pass Func.Fatalf in Value.Fatalf8c6b652784all: fix spelling and grammar errors in commentsf5dcba2732doc/asm: fix HTML markup8ad757ef8bcrypto/internal/impl: restore every implementation in Resetab480527a3cmd/internal/obj/s390x: add VLER, VSTER, VLLEZ instructionsf6ddbafcf0time: detect copies of Timer and Ticker4a7645b730internal/goexperiment: remove sizespecializedmalloc GOEXPERIMENT setting922893fb85test: add more tests for prove time traveling bugs7ecd9096a2cmd/compile/internal/amd64: use X15 for 4- and 8-byte zero storesad28a6c57aruntime: correct chansend block parameter comment92959648b8cmd/go: validate module paths in go mod why -m4b87e631fdarchive/tar: check for non-ASCII bytes without decoding runes41b5566d61cmd/compile: remove duplicate rewrite x-(x&y) => x&^y rules in amd648f83661bb6archive/tar: split computeChecksum around the checksum fieldView full diff on GitHub