Skip to content

Commit 0a49883

Browse files
committed
gopls/go.mod: update the go directive to 1.23.1
With Go 1.23.1 released, fixing some bugs in go/types Alias support, we can now update the gopls go.mod go directive. Fixes golang/go#65917 Change-Id: I2d6d3966de424048dceab1b2f7b795ec6998c863 Reviewed-on: https://go-review.googlesource.com/c/tools/+/610936 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
1 parent ad366a8 commit 0a49883

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gopls/go.mod

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

3-
go 1.22.6 // => default GODEBUG has gotypesalias=0
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
46

57
require (
68
github.com/google/go-cmp v0.6.0

0 commit comments

Comments
 (0)