aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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