8000 gopls: update toolchain to go1.23.4 · golang/tools@29d66ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 29d66ee

Browse files
adonovangopherbot
authored andcommitted
gopls: update toolchain to go1.23.4
This fixes a serious miscompilation of range-over-func (see golang/go#70035, and the symptom at CL 640035). Change-Id: I843785a276c8181c5d6b799506d2808a5e7626ae Reviewed-on: https://go-review.googlesource.com/c/tools/+/640036 Auto-Submit: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Robert Findley <rfindley@google.com>
1 parent ac39815 commit 29d66ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gopls/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module golang.org/x/tools/gopls
22

3-
// go 1.23.1 fixes some bugs in go/types Alias support.
4-
// (golang/go#68894 and golang/go#68905).
5-
go 1.23.1
3+
// go 1.23.1 fixes some bugs in go/types Alias support (golang/go#68894, golang/go#68905).
4+
// go 1.23.4 fixes a miscompilation of range-over-func (golang/go#70035).
5+
go 1.23.4
66

77
require (
88
github.com/google/go-cmp v0.6.0

0 commit comments

Comments
 (0)
0