Skip to content

Commit 5397e65

Browse files
committed
all: upgrade go directive to at least 1.24.0 [generated]
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 cmd/auth && go get [email protected] && go mod tidy && go fix ./... && go mod edit -toolchain=none) (cd . && go get [email protected] && go mod tidy && go fix ./... && go mod edit -toolchain=none) (cd gopls/doc/assets && go get [email protected] && go mod tidy && go fix ./... && go mod edit -toolchain=none) (cd gopls && echo 'skipping because it already has go1.24.2 >= go1.24.0, nothing to do') Change-Id: I46ac5ad9fe98dca0ef9fb6e9846f150435066e96 Reviewed-on: https://go-review.googlesource.com/c/tools/+/695756 Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: David Chase <[email protected]> Auto-Submit: Gopher Robot <[email protected]>
1 parent b6b473e commit 5397e65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/auth/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module golang.org/x/tools/cmd/auth
22

3-
go 1.23.0
3+
go 1.24.0

go.mod

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

3-
go 1.23.0
3+
go 1.24.0
44

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

gopls/doc/assets/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
module golang.org/x/tools/gopls/doc/assets
66

7-
go 1.23.0
7+
go 1.24.0

0 commit comments

Comments
 (0)