We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac39815 commit 29d66eeCopy full SHA for 29d66ee
gopls/go.mod
@@ -1,8 +1,8 @@
1
module golang.org/x/tools/gopls
2
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
+// 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
6
7
require (
8
github.com/google/go-cmp v0.6.0
0 commit comments