diff options
| author | Gopher Robot <gobot@golang.org> | 2026-02-11 18:54:12 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-02-11 11:12:22 -0800 |
| commit | 55cca39997e216656d703840268b9ff8676b0672 (patch) | |
| tree | f02a192d0f515e2d97ac5eb858c27bb51290f1b8 | |
| parent | e25212f51b9f1689197321405a3c62cd38eaea45 (diff) | |
| download | go-x-review-55cca39997e216656d703840268b9ff8676b0672.tar.xz | |
all: upgrade go directive to at least 1.25.0 [generated]v1.19.0
By now Go 1.26.0 has been released, and Go 1.24 is no longer supported
per the Go Release Policy (see https://go.dev/doc/devel/release#policy).
See go.dev/doc/godebug#go-125 for GODEBUG changes relevant to Go 1.25.
For golang/go#69095.
[git-generate]
(cd . && go get go@1.25.0 && go mod tidy)
Change-Id: Id20bf062485b95401ad2d5db8054a0a396ca255c
Reviewed-on: https://go-review.googlesource.com/c/review/+/744660
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ module golang.org/x/review -go 1.24.0 +go 1.25.0 |
