From 208db03875ede13ab6fe9213b87281e0d4ca7426 Mon Sep 17 00:00:00 2001 From: Gopher Robot Date: Fri, 14 Feb 2025 21:17:05 +0000 Subject: [PATCH 1/2] all: upgrade go directive to at least 1.23.0 [generated] By now Go 1.24.0 has been released, and Go 1.22 is no longer supported per the Go Release Policy (https://go.dev/doc/devel/release#policy). For golang/go#69095. [git-generate] (cd . && go get go@1.23.0 && go mod tidy && go fix ./... && go mod edit -toolchain=none) Change-Id: Ia92133521e64a509dbf90ea4945a0c943b961cb2 Reviewed-on: https://go-review.googlesource.com/c/term/+/649398 LUCI-TryBot-Result: Go LUCI Reviewed-by: Cherry Mui Auto-Submit: Gopher Robot Reviewed-by: Dmitri Shuralyov --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a643976..8365f2f 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module golang.org/x/term -go 1.18 +go 1.23.0 require golang.org/x/sys v0.30.0 From 04218fdaf78fa213d4e82c988184a250f6c354c2 Mon Sep 17 00:00:00 2001 From: Gopher Robot Date: Wed, 5 Mar 2025 05:01:52 -0800 Subject: [PATCH 2/2] go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: Iaed852644381f73352fe26488aa2eb82f4b68c4e Reviewed-on: https://go-review.googlesource.com/c/term/+/655035 Auto-Submit: Gopher Robot LUCI-TryBot-Result: Go LUCI Reviewed-by: Dmitri Shuralyov Reviewed-by: David Chase --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 8365f2f..cc921b0 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module golang.org/x/term go 1.23.0 -require golang.org/x/sys v0.30.0 +require golang.org/x/sys v0.31.0 diff --git a/go.sum b/go.sum index 241f4ca..c55261f 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= -golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik= +golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=