We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad366a8 commit 0a49883Copy full SHA for 0a49883
gopls/go.mod
@@ -1,6 +1,8 @@
1
module golang.org/x/tools/gopls
2
3
-go 1.22.6 // => default GODEBUG has gotypesalias=0
+// 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
6
7
require (
8
github.com/google/go-cmp v0.6.0
0 commit comments