13 lines
323 B
Diff
13 lines
323 B
Diff
diff --git a/go.mod b/go.mod
|
|
index 5043a1e..f053438 100644
|
|
--- a/go.mod
|
|
+++ b/go.mod
|
|
@@ -1,6 +1,6 @@
|
|
module code.gitea.io/gitea
|
|
|
|
-go 1.26.2
|
|
+go 1.26.1
|
|
|
|
// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate."
|
|
// But some CAs use negative serial number, just relax the check. related:
|