Skip to content

Commit f95771e

Browse files
adonovangopherbot
authored andcommitted
gopls/go.mod: update to go1.24
No code changes yet. Change-Id: Ibdf2dfab2bf282aea4f1bb7d0787fb60d81ebbdb Reviewed-on: https://go-review.googlesource.com/c/tools/+/651395 Reviewed-by: Jonathan Amsterdam <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Alan Donovan <[email protected]>
1 parent 96bfb60 commit f95771e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gopls/go.mod

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

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
3+
go 1.24.0
64

75
require (
86
github.com/google/go-cmp v0.6.0

0 commit comments

Comments
 (0)