Skip to content

Commit 7548802

Browse files
committed
all: upgrade go directive to at least 1.25.0 [generated]
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 [email protected] && go mod tidy) Change-Id: I6f0b6206f561c77aa9579e2e39eb5a5d880f5a66 Reviewed-on: https://go-review.googlesource.com/c/sys/+/744460 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Gopher Robot <[email protected]> Reviewed-by: Junyang Shao <[email protected]> Reviewed-by: Michael Pratt <[email protected]>
1 parent fc646e4 commit 7548802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/sys
22

3-
go 1.24.0
3+
go 1.25.0

0 commit comments

Comments
 (0)