aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGopher Robot <gobot@golang.org>2025-08-13 14:21:40 +0000
committerGopher Robot <gobot@golang.org>2025-08-13 08:00:22 -0700
commit44ecf3af9978b32529ce689a6964bd557c79aa1c (patch)
tree7c02d05a398035a6fde418aeb09110f4c69eb642
parentef5341b70697ceb55f904384bd982587224e8b0c (diff)
downloadgo-x-crypto-44ecf3af9978b32529ce689a6964bd557c79aa1c.tar.xz
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 . && go get go@1.24.0 && go mod tidy && go fix ./... && go mod edit -toolchain=none) (cd x509roots/fallback && go get go@1.24.0 && go mod tidy && go fix ./... && go mod edit -toolchain=none) Change-Id: Ia4c201e9611a2c13489e16d4ae81d7e3e32bf455 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/695715 Auto-Submit: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: David Chase <drchase@google.com>
-rw-r--r--go.mod2
-rw-r--r--x509roots/fallback/go.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 4ba08a1..4ccce30 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module golang.org/x/crypto
-go 1.23.0
+go 1.24.0
require (
golang.org/x/net v0.42.0 // tagx:ignore
diff --git a/x509roots/fallback/go.mod b/x509roots/fallback/go.mod
index 6ffde44..5d4b07e 100644
--- a/x509roots/fallback/go.mod
+++ b/x509roots/fallback/go.mod
@@ -1,3 +1,3 @@
module golang.org/x/crypto/x509roots/fallback
-go 1.23.0
+go 1.24.0