Skip to content

Commit

Permalink
gopls: update toolchain to go1.23.4
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
adonovan authored and gopherbot committed Jan 3, 2025
1 parent ac39815 commit 29d66ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gopls/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module golang.org/x/tools/gopls

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

require (
github.com/google/go-cmp v0.6.0
Expand Down

0 comments on commit 29d66ee

Please sign in to comment.