diff options
| author | Gopher Robot <gobot@golang.org> | 2025-08-13 14:21:46 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-08-13 07:45:59 -0700 |
| commit | 76393d655c8f354421be1040adf3ce5f4ea322f0 (patch) | |
| tree | 3f2648704bc953584d8bf4c35f570fd05e75d130 | |
| parent | 48aa97b42827239f9fd02d1b5ad75adc200c7a72 (diff) | |
| download | go-x-review-76393d655c8f354421be1040adf3ce5f4ea322f0.tar.xz | |
all: upgrade go directive to at least 1.24.0 [generated]v1.17.0
By now Go 1.25.0 has been released, and Go 1.23 is no longer supported
per the Go Release Policy (see https://go.dev/doc/devel/release#policy).
For golang/go#69095.
[git-generate]
(cd . && go get go@1.24.0 && go mod tidy && go fix ./... && go mod edit -toolchain=none)
Change-Id: I2027bac1da172f9a103b6608707d65de65cc1f3c
Reviewed-on: https://go-review.googlesource.com/c/review/+/695735
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@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.23.0 +go 1.24.0 |
