Skip to content

Commit 94b564c

Browse files
findleyrgopherbot
authored andcommitted
go.mod: for consistency with other repos, use 1.22.0 in go.mod
For golang/go#69095 Change-Id: I181e405753866699e70632e5057bb3c7e39e7dfb Reviewed-on: https://go-review.googlesource.com/c/tools/+/610716 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Robert Findley <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 70f5626 commit 94b564c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module golang.org/x/tools
22

3-
go 1.22.6 // => default GODEBUG has gotypesalias=0
3+
go 1.22.0 // => default GODEBUG has gotypesalias=0
44

55
require (
66
github.com/google/go-cmp v0.6.0

0 commit comments

Comments
 (0)