Activity

This Week
(2 comments) Done. Ack. I realize this Go constant is unused, but it's still helpful to use this space to document the secret name and its format: specifically, that its a JSON encoded `MailjetCred…
We regularly bump the minimum Go bootstrap version, once every year (see proposal #54265). One of the common ways that a bootstrap toolchain is provided to make.bash and related scripts is by having …
Last Week
(1 comment) ```suggestion [release-branch.go1.24] os/exec: fix incorrect expansion of ".." in LookPath on plan9 ```
(1 comment) This will cause the Matching-Subject-Prefix submit requirement to become satisfied: ```suggestion [release-branch.go1.25] os/exec: fix incorrect expansion of ".." in LookPath on plan9 `…
Backport issues #75008 and #75007 are now in CherryPickApproved state, so the next step there is to create [backport CLs](https://go.dev/wiki/MinorReleases#making-cherry-pick-cls).
For golang/go#73264. For golang/go#74596.
CC @qmuntal, @golang/windows.
Thanks. There will likely more related CLs, and it'd be quite helpful to file something on [go.dev/issue/new](https://go.dev/issue/new) and include "For golang/go#nnn." here. That'll make it easier …
The originally reported issue here appears to be fixed, likely by PR https://github.com/immersive-web/WebXR-WebGPU-Binding/pull/15 and some followup: the 'WebXR/WebGPU bindings' link at https://immer…
Issue https://github.com/immersive-web/webxr-samples/issues/208 is somewhat related to this.
From looking into this a bit, the x/exp/event module was updated to a newer version of Open Telemetry in [CL 551275](https://go.dev/cl/551275), a change that involves adapting to some upstream API ch…
Happened again this morning. As of posting this, it reproduces with: ```sh $ date Mon Aug 18 12:23:43 EDT 2025 $ go generate ./x509roots 2025/08/18 12:23:45 got non-200 OK status code: 404 Not Found…
Earlier
Done for Go 1.26 in [CL 689877](https://go.dev/cl/689877).
Done in [crrev.com/c/6829788](https://crrev.com/c/6829788) and [crrev.com/c/6854660](https://crrev.com/c/6854660).
Thanks. Closing as fixed by [CL 668035](https://go.dev/cl/668035). (It didn't close automatically because the commit message didn't have "Fixes" in front of "#61233"; each issue being closed needs i…
The `GODEBUG=toolchaintrace=1` feature which is already added in [Go 1.24](https://go.dev/doc/go1.24#go-command) sounds pretty close to the behavior suggested above. Perhaps `GOTOOLCHAIN=local go ve…
@jsm Did you intend for [CL 668035](https://go.dev/cl/668035) to mark this issue as fixed, or should it stay open?
It sounds this happens when the [toolchain selection](https://go.dev/doc/toolchain#select) is involved, as it doesn't happen with a local go1.25.0 toolchain. Can you try it again with `GODEBUG=toolch…
As visible on the [x/website (gotip) by go commit](https://ci.chromium.org/p/golang/g/x-website-gotip-by-go/console) view, this was resolved by [CL 695196](https://go.dev/cl/695196) (a revert CL). CC…
With [CL 694536](https://go.dev/cl/694536) and [CL 696015](https://go.dev/cl/696015) (mentioned above), everything's updated for the early-in-cycle round. Removing that label to revisit this when the…
The builders are updated to provide a go1.24.6 bootstrap, and cmd/dist is updated to require it. A corresponding [release note](https://tip.golang.org/doc/next#bootstrap) is in place. This is still …
dmitshur opened an issue doc: write release notes for Go 1.262w
This is the tracking issue for writing the Go 1.26 Release Notes. The version at tip will soon be viewable at https://tip.golang.org/doc/go1.26. When the Go 1.26 Release Notes are complete, includin…
Copying @mengzhuo's [comment](https://github.com/golang/go/issues/74734#issuecomment-3138318850) from the (now closed) 1.23 backport issue here for visibility: > hi, the builder has back online rece…
With the recent release of Go 1.25.0, the two latest supported major Go releases are 1.25 and 1.24 per the [Go release policy](https://go.dev/doc/devel/release#policy). Closing this 1.23 backport iss…
With the recent release of Go 1.25.0, the two latest supported major Go releases are 1.25 and 1.24 per the [Go release policy](https://go.dev/doc/devel/release#policy). Closing this 1.23 backport iss…
CC @neild.
dmitshur starred github.com/AndreRenaud/gore2w
@Jorropo Yes, see the "amd64_avx512" column on the [go-gotip](https://ci.chromium.org/p/golang/g/go-gotip/console) console, for example. It's also visible on build.golang.org if you search for "avx51…
Regenerating the golang.org/x/tools/internal/stdlib package with Go 1.25.0 (as done in [CL 695417](https://go.dev/cl/695417)) causes one of the test cases, specifically the "a_test.go" file in the `T…
dmitshur fixed an issue doc: write release notes for Go 1.252w
[CL 695375](https://go.dev/cl/695375) removed the draft notice and updated the introduction section. Moving this back to Go1.25 milestone and closing.
CC @golang/darwin, @prattmic.
Attempting to regenerate this package currently fails with: ```sh $ go generate golang.org/x/crypto/x509roots 2025/08/11 15:34:05 got non-200 OK status code: 404 Not Found body: "\nerror: security/n…
It sounds like there are no changes planned in cmd/dist for Go 1.25, so closing. Thanks.
Thanks for the report. CC @golang/windows.
Okay, glad to hear that. Leaving this in Go 1.26 milestone then, and there's plenty of time to resolve it before the 1.26 release freeze. Please be sure to follow the [release timeline](https://go.de…
Is [CL 689919](https://go.dev/cl/689919) included in 1.25? I'm not seeing it in Go 1.25 RC 3 nor any of the previous release candidates. It looks like it landed after the tree [reopened](https://grou…
@neild FYI in case of a connection with issue #74831 here.
Given it's still an [experimental package](http://go.dev/doc/go1.25#json_v2) and under active development, it's expected that there will be known issues, and it's not viable to block the 1.25 release…
@dsnet In general, if something needs to happen before a given release is made, it should be marked as a release-blocker. Otherwise it may be missed. That said, it is probably too late to include thi…
Closing as fixed by [CL 694215](https://go.dev/cl/694215). (It didn't auto-close because I forgot the golang/go prefix in the Fixes line.)
There were 20 consecutive failures due to #74893, causing the bot to be moved to quarantined state. Now that #74893 is resolved, just needed to restart the swarming bot. Done.
There were 20 consecutive failures due to #74893, causing the bot to be moved to quarantined state. Now that #74893 is resolved, just needed to restart the swarming bot. Done.
Thanks for reporting. What is the `./bootstrap.bash` script? Does this also happen if you build a wasm binary with `GOOS=js GOARCH=wasm go build`? CC @golang/js, @golang/wasm.
CC @dolmen, @neild, @golang/plan9.
dmitshur closed an issue golang.org/x/vuln: issue title2w
The issue is empty.
Thanks. About deleting bots that are no longer needed: there is a delete button next to "Last Seen" in the UI, though I think currently it requires LUCI admin permissions. Maybe there's something we…
Closing since this hasn't happened for some time. It was idling at around 40% disk usage, similar to prior its steady state in https://github.com/golang/go/issues/74169#issuecomment-2971994775.
This might be a duplicate of #74910 and already fixed.
@yhlee-tw Thanks for reporting. If you think the fix for that issue meets the bar for backporting, please request it using the process documented at https://go.dev/wiki/MinorReleases and include a ra…
@mengzhuo There were 20 consecutive failures due to #74893, causing the bot to be moved to qurantined state. Now that #74893 is resolved, this should be a matter of restarting the swarming bot. Thank…
@mengzhuo There were 20 consecutive failures due to #74893, causing the bot to be moved to qurantined state. Now that #74893 is resolved, this should be a matter of restarting the swarming bot. Thank…
This issue is resolved. Closing and unpinning.
We saw this functionality in action during today's release: https://bsky.app/profile/golang.org/post/3lvqxp673aw2l https://bsky.app/profile/golang.org/post/3lvqxmfabea2s
This is now fully rolled out, for all Go port builders. In case you spot problems that seem related to this in builds started after this comment, please let us know here. Keeping it open for some ti…
The propagation is partially complete (including for darwin/arm64, linux/amd64) and working, for example: - https://ci.chromium.org/ui/p/golang/builders/ci/gotip-darwin-arm64_15/b8707269894361154625…
A suspected change that might be causing this has been [rolled back](https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/6824203), currently waiting on propagation.
dmitshur closed an issue build: build failure on gotip-linux-arm3w
The upstream Go tracking issue for this is https://github.com/golang/go/issues/67799.
Started with [CL 681937](https://go.dev/cl/681937). CC @randall77.
dmitshur pushed to main in dmitri.shuralyov.com/service/change3mo
6140fdcb140798fe4fda313c57be133bf235e796maintner, gerritapi: handle draft status
ce8900dcd6898d396808d962fd777dcf7be445e9gerritapi: pass context to Gerrit calls
96ed021e15235cb4abcdaa86b88cc271e47f04c1add minimal go.mod
July 4, 2024. Today I got a chance to try out the Apple Vision Pro. :)
dmitshur pushed to main in dmitri.shuralyov.com/scratch1y
5eb48b5f5d31d39777719edb35d37b724f183dc8quine: add load-bearing trailing space
dmitshur created package in dmitri.shuralyov.com/scratch/quine1y
LGTM. Thanks, and congrats on your first new Go package here! Done in PS 2. Patch set 2 seems to resolve this.
Thanks! If it's ready to be submitted from your side, I can do that now.
dmitshur pushed to main in dmitri.shuralyov.com/html/belt1y
d8009a3578d1be4dafb93e9ee4894d2bbd2b5e3badd OnClick field to CommitID
63f3644d8635396fd13789affe363ee9f693e8ecadd dark mode support in Reference
They are. Although Go can make them too easy via `go:embed`. See some initial comments. I suggest either adding a quite that can be licensed via the existing BSD-3-Clause LICENSE at the top level o…
Thanks! Congrats on your first change. :D See one inline comment that's unresolved (yellow border). You can leave a draft comment like "Done." and mark the 'Resolved' checkbox, then when you upload …
dmitshur pushed to main in dmitri.shuralyov.com/go/generated2y
e1de015411532fa144166aada4201ee443800425add test case with no final newline
6904a2a3d88d6c3ad39737a7c5bf226f5ebbd482modernize test code slightly
dmitshur pushed to main in dmitri.shuralyov.com/gpu/mtl2y
85de2813cf6bd8d6d2f0240fdebf943cbffc2b8afix "supportsFamily not found" warning on macOS 10.13 and 10.14
dmitshur pushed to main in dmitri.shuralyov.com/gpu/mtl2y
b78c9fe623cca0431d866c9e206d3f83665bcf8bdeprecate FeatureSet and Device.SupportsFeatureSet
2a3c46a829b92964146abf7f6c2d649cd66cce97add GPUFamily and Device.SupportsFamily
I agree with the points made above. This entry tried to say "use this language feature when it's appropriate; don't use it when it's not", which can be said for any language feature. I'll close this …
dmitshur pushed to master in dmitri.shuralyov.com/service/change3y
67e22b2f18a260a33a98c6a7d601726a58c53767maintner: update for GitCommit API change