Skip to content

Commit 29d66ee

Browse files
adonovangopherbot
authored andcommittedJan 3, 2025·
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 <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent ac39815 commit 29d66ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎gopls/go.mod

+3-3
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)
Please sign in to comment.